Skip to content

Commit

Permalink
ci: upgrade to upx v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rapiz1 committed Mar 7, 2023
1 parent 80a7266 commit 9479b9a
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 @@ -80,7 +80,7 @@ jobs:
if: matrix.os == 'ubuntu-latest' && !contains(matrix.target, 'mips')
uses: crazy-max/ghaction-upx@v1
with:
version: v4.0.0
version: v4.0.2
files: target/${{ matrix.target }}/release/${{ matrix.exe }}
args: -q --best --lzma
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 9479b9a

Please sign in to comment.