From e5851d052ed9a4515a43b9937462ab5b040b8317 Mon Sep 17 00:00:00 2001 From: Olivier Biesmans Date: Mon, 28 May 2018 17:03:15 +0200 Subject: [PATCH] Fix goreleaser --- hack/upx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/upx.sh b/hack/upx.sh index 7023763..c09bd8a 100755 --- a/hack/upx.sh +++ b/hack/upx.sh @@ -8,4 +8,4 @@ if [ "$(which upx)" = "" ]; then exit 0 fi -upx -1 dist/contactkey*/cck* +upx -1 dist/{darwin_amd64,linux_amd64}/cck