Skip to content

Commit 1ca55af

Browse files
committed
Remove upx
1 parent f39aa8c commit 1ca55af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ builds:
1212
ldflags:
1313
- -s -w -X github.com/QuickBase/quickbase-cli/qbclient.Version={{.Version}}
1414
hooks:
15-
post: upx -qqq -9 {{ .Path }}
15+
# post: upx -qqq -9 {{ .Path }}
1616

1717
archives:
1818
- replacements:

0 commit comments

Comments
 (0)