Remove --brute; hella slow and not much of a difference in the end

This commit is contained in:
Dane Everitt
2020-12-06 15:57:03 -08:00
committed by GitHub
parent 04d714f19c
commit 7871c0928f

View File

@@ -27,7 +27,7 @@ jobs:
- name: Compress binary and make it executable
run: |
upx --brute build/wings_linux_amd64 && chmod +x build/wings_linux_amd64
upx build/wings_linux_amd64 && chmod +x build/wings_linux_amd64
upx build/wings_linux_arm64 && chmod +x build/wings_linux_arm64
upx build/wings_linux_arm && chmod +x build/wings_linux_arm