From 478e5dbc1c6489bee539fe20c43f68c6cc9d13b5 Mon Sep 17 00:00:00 2001 From: Evsyukov Denis Anatolyevich Date: Wed, 11 Mar 2020 09:41:59 +0300 Subject: [-] upx --- .github/workflows/publish.yml | 5 ----- 1 file changed, 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: -- cgit v1.2.3