chore(release.yml): remove executable compression step to simplify the release process
This commit is contained in:
parent
afca9afad4
commit
d4871ede8a
|
@ -41,5 +41,4 @@ jobs:
|
||||||
goarch: ${{ matrix.goarch }}
|
goarch: ${{ matrix.goarch }}
|
||||||
binary_name: http-proxy-server
|
binary_name: http-proxy-server
|
||||||
ldflags: -s -w
|
ldflags: -s -w
|
||||||
executable_compression: upx --ultra-brute
|
|
||||||
extra_files: LICENSE
|
extra_files: LICENSE
|
Loading…
Reference in New Issue