aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Yujia Qiao <rapiz3142@gmail.com> 2022-11-04 22:49:31 +0800
committerGravatar GitHub <noreply@github.com> 2022-11-04 14:49:31 +0000
commite4c6c8abce6fc1eba9ecdb178be4c5e3f14088b7 (patch)
treee1ef81e5e2f83401ee3af186f99d4cecd75ae93e
parentbf842b43d309512acff506d0284b7c5cce07de78 (diff)
downloadrathole-e4c6c8abce6fc1eba9ecdb178be4c5e3f14088b7.tar.gz
rathole-e4c6c8abce6fc1eba9ecdb178be4c5e3f14088b7.tar.zst
rathole-e4c6c8abce6fc1eba9ecdb178be4c5e3f14088b7.zip
ci: upgrade upx to v4.0.0 (#203)
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 25344bd..0239921 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -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