From e15e6768db344494ea871aeb9230d6df0f201193 Mon Sep 17 00:00:00 2001 From: Evsyukov Denis Anatolyevich Date: Wed, 11 Mar 2020 09:36:42 +0300 Subject: [~] use docker for upx --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1557b07..739b620 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: - name: Build run: cargo build --release - name: UPX binary - uses: actions-github/upx@master + uses: docker://gact/upx:latest with: file: target/release/t upx_args: '-9' -- cgit v1.2.3