Skip to content

Commit

Permalink
Package releases as .tar.gz (instead of .zip)
Browse files Browse the repository at this point in the history
  • Loading branch information
athre0z committed Jul 31, 2022
1 parent 8a53cfe commit e2b74b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
RUSTTARGET: x86_64-unknown-linux-musl
RUSTTARGET: x86_64-unknown-linux-musl
ARCHIVE_TYPES: tar.gz

0 comments on commit e2b74b4

Please sign in to comment.