Update .forgejo/workflows/release.yml
This commit is contained in:
parent
101b6c306a
commit
abe2685808
1 changed files with 0 additions and 8 deletions
|
|
@ -83,14 +83,6 @@ jobs:
|
|||
- name: Build release binaries
|
||||
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
|
||||
run: upx --best --lzma dist/*-linux-*
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue