release updates
This commit is contained in:
parent
0314659677
commit
58e9c03812
2 changed files with 12 additions and 6 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -46,6 +46,12 @@ jobs:
|
|||
- name: Build release binaries
|
||||
run: make build
|
||||
|
||||
- name: Install UPX
|
||||
run: sudo apt-get update && sudo apt-get install -y upx-ucl
|
||||
|
||||
- name: Compress Linux binaries
|
||||
run: upx --best --lzma dist/*-linux-*
|
||||
|
||||
- name: Publish GitHub release
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue