Skip to content

Commit

Permalink
Fix binary name.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdappollonio committed Aug 23, 2024
1 parent f6eb552 commit 0d021a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4
- uses: taiki-e/upload-rust-binary-action@v1
with:
bin: $bin
bin: gc-rust
archive: $bin-$tag-${{ matrix.archive }}
target: ${{ matrix.target }}
tar: unix
Expand Down

0 comments on commit 0d021a6

Please sign in to comment.