Skip to content

Commit

Permalink
potential issue on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Oct 22, 2024
1 parent 3d821ba commit b7f0165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
export TAG_NAME=${{ github.event.release.tag_name }}
export TAG_NAME=${TAG_NAME:-"nightly"}
echo $TAG_NAME
mv windows_${{ matrix.job.arch }}_${{ github.event.release.tag_name }}.zip windows_${{ matrix.job.arch }}_$TAG_NAME.zip
mv windows_${{ matrix.job.arch }}_${{ github.event.release.tag_name }}.zip windows_${{ matrix.job.arch }}_$TAG_NAME.zip || true
gh release create $TAG_NAME -t "$TAG_NAME" -n "$TAG_NAME" || true
gh release upload $TAG_NAME windows_${{ matrix.job.arch }}_$TAG_NAME.zip --clobber
Expand Down

0 comments on commit b7f0165

Please sign in to comment.