Explorar o código

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

Yujia Qiao %!s(int64=3) %!d(string=hai) anos
pai
achega
e4c6c8abce
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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