Skip to content

Commit

Permalink
Correct release archive filename
Browse files Browse the repository at this point in the history
  • Loading branch information
lj3954 committed Jun 10, 2024
1 parent 9b6336f commit 031de9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
- uses: taiki-e/upload-rust-binary-action@v1
with:
bin: quickemu-rs,quickget-rs
archive: "quickemu-rs-${{ matrix.target }}.tar.gz"
archive: "quickemu-rs-${{ matrix.target }}"
target: ${{ matrix.target }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 031de9f

Please sign in to comment.