aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvsyukov Denis Anatolyevich <[email protected]>2020-03-11 09:41:59 +0300
committerEvsyukov Denis Anatolyevich <[email protected]>2020-03-11 09:41:59 +0300
commit478e5dbc1c6489bee539fe20c43f68c6cc9d13b5 (patch)
treec88f7ea1e34833fbeafa743a42517f76045d572f
parent[~] use docker for upx (diff)
downloadt-478e5dbc1c6489bee539fe20c43f68c6cc9d13b5.tar.xz
t-478e5dbc1c6489bee539fe20c43f68c6cc9d13b5.zip
[-] upx2.0.0
-rw-r--r--.github/workflows/publish.yml5
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: