Use brute

This commit is contained in:
Dane Everitt 2020-07-19 19:16:01 -07:00
parent f567c2c15c
commit 4d8f06a3e0
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -23,7 +23,7 @@ jobs:
run: go test ./...
- 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
env: