Use brute
This commit is contained in:
parent
f567c2c15c
commit
4d8f06a3e0
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
run: go test ./...
|
run: go test ./...
|
||||||
|
|
||||||
- name: Compress binary and make it executable
|
- name: Compress binary and make it executable
|
||||||
run: upx build/wings_linux_amd64 && chmod +x build/wings_linux_amd64
|
run: upx --brute build/wings_linux_amd64 && chmod +x build/wings_linux_amd64
|
||||||
|
|
||||||
- name: Extract changelog
|
- name: Extract changelog
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user