diff options
| author | Evsyukov Denis Anatolyevich <[email protected]> | 2020-03-11 09:36:42 +0300 |
|---|---|---|
| committer | Evsyukov Denis Anatolyevich <[email protected]> | 2020-03-11 09:36:42 +0300 |
| commit | e15e6768db344494ea871aeb9230d6df0f201193 (patch) | |
| tree | 8a6bcbca7b314e67339a750ec4c570effdd7b78a | |
| parent | [-] --locked from cargo build (diff) | |
| download | t-e15e6768db344494ea871aeb9230d6df0f201193.tar.xz t-e15e6768db344494ea871aeb9230d6df0f201193.zip | |
[~] use docker for upx
| -rw-r--r-- | .github/workflows/publish.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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' |