diff options
author | 2023-03-07 23:29:06 +0800 | |
---|---|---|
committer | 2023-03-07 23:34:42 +0800 | |
commit | 9479b9a3a9c426a9ee04175cbd747b49a520d497 (patch) | |
tree | 16bc346577389b08fc9406d3c729ba4c620a47ea | |
parent | 80a726621260a12e0b47c49dc66333ccd14945fe (diff) | |
download | rathole-9479b9a3a9c426a9ee04175cbd747b49a520d497.tar.gz rathole-9479b9a3a9c426a9ee04175cbd747b49a520d497.tar.zst rathole-9479b9a3a9c426a9ee04175cbd747b49a520d497.zip |
ci: upgrade to upx v4.0.2
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0239921..4fc1d3f 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 |