Browse Source

ci: upgrade upx to v4.0.0 (#203)

Yujia Qiao 3 năm trước cách đây
mục cha
commit
e4c6c8abce
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/release.yml

+ 1 - 1
.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