Update .forgejo/workflows/release.yml
This commit is contained in:
parent
7bafc6b5d4
commit
9cfec42104
1 changed files with 0 additions and 8 deletions
|
|
@ -83,14 +83,6 @@ jobs:
|
||||||
- name: Build release binaries
|
- name: Build release binaries
|
||||||
run: make build
|
run: make build
|
||||||
|
|
||||||
- name: Install UPX
|
|
||||||
run: |
|
|
||||||
set -eux
|
|
||||||
SUDO=""
|
|
||||||
[ "$(id -u)" -ne 0 ] && SUDO=sudo
|
|
||||||
$SUDO apt-get update
|
|
||||||
$SUDO apt-get install -y upx-ucl
|
|
||||||
|
|
||||||
- name: Compress Linux binaries
|
- name: Compress Linux binaries
|
||||||
run: upx --best --lzma dist/*-linux-*
|
run: upx --best --lzma dist/*-linux-*
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue