We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54bc615 commit bbade1bCopy full SHA for bbade1b
1 file changed
.github/workflows/release.yml
@@ -48,7 +48,7 @@ jobs:
48
use-cross: true
49
command: build
50
args: --release --target ${{ matrix.target }} --locked --no-default-features --features rustls
51
- - uses: svenstaro/upx-action@v1-release
+ - uses: svenstaro/upx-action@v2
52
if: matrix.target != 'aarch64-unknown-linux-musl'
53
with:
54
file: target/${{ matrix.target }}/release/${{ matrix.artifact_name }}
0 commit comments