Skip to content

Commit

Permalink
Merge pull request #46 from viluon/dependabot/github_actions/crazy-ma…
Browse files Browse the repository at this point in the history
…x/ghaction-upx-3.1.0

Bump crazy-max/ghaction-upx from 3.0.0 to 3.1.0
  • Loading branch information
viluon authored Oct 28, 2024
2 parents 1f2a42f + 8b3423d commit c87e50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: build
run: cargo build --verbose --release
- name: compress executable
uses: crazy-max/ghaction-upx@v3.0.0
uses: crazy-max/ghaction-upx@v3.1.0
with:
version: v3.95
args: --best --lzma --color -v -o afx.upx
Expand Down

0 comments on commit c87e50e

Please sign in to comment.