diff options
| -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: |