Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed May 17, 2023
1 parent 343dc6e commit c38792b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/EDCB.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
run: |
$version = bash -c 'grep -E \"#define EDCB_VERSION_TAG\" Common/CommonResource.h | sed s/\\\"//g | sed \"s/#define EDCB_VERSION_TAG tkntrec-//g\"'
$version_date = [DateTime]::ParseExact($version, "yyMMdd", $null).ToString("yyyy/MM/dd")
echo "data=EDCB-$version" >> $GITHUB_OUTPUT
echo "version_date=$version_date" >> $GITHUB_OUTPUT
echo "data=EDCB-$version" >> $ENV:GITHUB_OUTPUT
echo "version_date=$version_date" >> $ENV:GITHUB_OUTPUT
# パッケージングスクリプトを実行し、ビルド成果物を適切なフォルダに配置
- name: Arrangement Artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/TVTest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
working-directory: TVTest/
run: |
$version = git log --no-merges --date=iso --date=format:"%y%m%d" --pretty=format:"%ad" -1
echo "data=TVTest-0.10.0-$version" >> $GITHUB_OUTPUT
echo "data=TVTest-0.10.0-$version" >> $ENV:GITHUB_OUTPUT
# パッケージングスクリプトを実行し、ビルド成果物を適切なフォルダに配置
- name: Arrangement Artifacts
Expand Down

0 comments on commit c38792b

Please sign in to comment.