Skip to content

Commit

Permalink
Rename deb package name
Browse files Browse the repository at this point in the history
  • Loading branch information
nakabonne committed Mar 28, 2021
1 parent 47c196d commit 7008b8b
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 @@ -37,7 +37,7 @@ jobs:
cargo deb
strip target/release/rhack
mkdir -p release
mv target/debian/*.deb ./release/rhack-linux.deb
mv target/debian/*.deb ./release/rhack_linux_amd64.deb
tar -C ./target/release/ -czvf ./release/rhack_linux_amd64.tar.gz ./rhack
- name: Build for Windows
Expand Down

0 comments on commit 7008b8b

Please # to comment.