Skip to content

Commit

Permalink
ci: upgrade upx to v4.0.0 (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
rapiz1 authored Nov 4, 2022
1 parent bf842b4 commit e4c6c8a
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: v3.96
version: v4.0.0
files: target/${{ matrix.target }}/release/${{ matrix.exe }}
args: -q --best --lzma
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit e4c6c8a

Please sign in to comment.