Skip to content

Commit

Permalink
Fix filename overwrite for ARM release asset
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed Jan 13, 2025
1 parent 897345c commit 0a54f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
- release_for: macOS-arm64
os: darwin-arm64
bin: ${{ needs.release.outputs.bin-name }}
name: ${{ needs.release.outputs.pkg-name }}-Darwin-x86_64.tar.gz
name: ${{ needs.release.outputs.pkg-name }}-Darwin-arm64.tar.gz

name: Upload asset for ${{ matrix.platform.release_for }}
if: needs.release.outputs.release-flag == 'true'
Expand Down

0 comments on commit 0a54f84

Please sign in to comment.