Skip to content

Commit

Permalink
do not gzip assets
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Jul 14, 2023
1 parent 01150a0 commit 58d4626
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ jobs:
token: ${{ secrets.ACTION_DISPATCH }}
tag: ${{ github.event.inputs.version }}
name: ${{ github.event.inputs.version }}
files: pkg/*.deb
files: pkg/*.deb
gzip: false

0 comments on commit 58d4626

Please sign in to comment.