Skip to content

Commit

Permalink
CI: update trage Name
Browse files Browse the repository at this point in the history
  • Loading branch information
XMuli committed Apr 17, 2023
1 parent c0735b7 commit 5b31e6f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
run: |
$systemInfo="${{ env.targetOS }}-${{ matrix.arch }}-x64"
$productVersion="${{ github.ref }}".substring("refs/tags/v".length)
$productName="${{ env.targetLowerName }}-$productVersion-beta-$systemInfo"
$productName="${{ env.targetName }}-$productVersion-beta-$systemInfo"
echo "systemInfo=$systemInfo" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
echo "productVersion=$productVersion" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/LinuxDeb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: LinuxDeb
on:
push:
paths-ignore:
# - '**'
- 'README.md'
- '**'
# - 'README.md'
pull_request:
paths-ignore:
- 'README.md'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MacOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: |
$systemInfo="${{ env.targetOS }}"
$productVersion="${{ github.ref }}".substring("refs/tags/v".length)
$productName="${{ env.targetLowerName }}-$productVersion-beta-$systemInfo-x64"
$productName="${{ env.targetName }}-$productVersion-beta-$systemInfo-x64"
echo "systemInfo=$systemInfo" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
echo "productVersion=$productVersion" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
run: |
$systemInfo="${{ env.targetOS }}-${{ matrix.msvc_arch }}"
$productVersion="${{ github.ref }}".substring("refs/tags/v".length)
$productName="${{ env.targetLowerName }}-$productVersion-beta-$systemInfo"
$productName="${{ env.targetName }}-$productVersion-beta-$systemInfo"
echo "systemInfo=$systemInfo" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
echo "productVersion=$productVersion" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
Expand Down

0 comments on commit 5b31e6f

Please sign in to comment.