Skip to content

Commit

Permalink
update svenstaro/upx-action
Browse files Browse the repository at this point in the history
  • Loading branch information
hatoo committed Feb 1, 2023
1 parent 54bc615 commit bbade1b
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 @@ -48,7 +48,7 @@ jobs:
use-cross: true
command: build
args: --release --target ${{ matrix.target }} --locked --no-default-features --features rustls
- uses: svenstaro/upx-action@v1-release
- uses: svenstaro/upx-action@v2
if: matrix.target != 'aarch64-unknown-linux-musl'
with:
file: target/${{ matrix.target }}/release/${{ matrix.artifact_name }}
Expand Down

0 comments on commit bbade1b

Please sign in to comment.