Skip to content

Commit

Permalink
Remove upx
Browse files Browse the repository at this point in the history
  • Loading branch information
cpliakas committed May 22, 2021
1 parent f39aa8c commit 1ca55af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ builds:
ldflags:
- -s -w -X github.com/QuickBase/quickbase-cli/qbclient.Version={{.Version}}
hooks:
post: upx -qqq -9 {{ .Path }}
# post: upx -qqq -9 {{ .Path }}

archives:
- replacements:
Expand Down

0 comments on commit 1ca55af

Please sign in to comment.