diff options
| author | Evsyukov Denis Anatolyevich <[email protected]> | 2020-03-11 09:41:59 +0300 |
|---|---|---|
| committer | Evsyukov Denis Anatolyevich <[email protected]> | 2020-03-11 09:41:59 +0300 |
| commit | 478e5dbc1c6489bee539fe20c43f68c6cc9d13b5 (patch) | |
| tree | c88f7ea1e34833fbeafa743a42517f76045d572f | |
| parent | [~] use docker for upx (diff) | |
| download | t-478e5dbc1c6489bee539fe20c43f68c6cc9d13b5.tar.xz t-478e5dbc1c6489bee539fe20c43f68c6cc9d13b5.zip | |
[-] upx2.0.0
| -rw-r--r-- | .github/workflows/publish.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 739b620..caca01b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,11 +18,6 @@ jobs: - uses: actions/checkout@v2 - name: Build run: cargo build --release - - name: UPX binary - uses: docker://gact/upx:latest - with: - file: target/release/t - upx_args: '-9' - name: Upload binaries to release uses: svenstaro/upload-release-action@v1-release with: |