From 9479b9a3a9c426a9ee04175cbd747b49a520d497 Mon Sep 17 00:00:00 2001 From: Yujia Qiao Date: Tue, 7 Mar 2023 23:29:06 +0800 Subject: [PATCH] ci: upgrade to upx v4.0.2 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0239921d..4fc1d3fb 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: v4.0.0 + version: v4.0.2 files: target/${{ matrix.target }}/release/${{ matrix.exe }} args: -q --best --lzma - uses: actions/upload-artifact@v2