Skip to content

Commit 82991b9

Browse files
committed
fix: mac build script
1 parent a6a46b8 commit 82991b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build-mac.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VERSION="$1"
2-
# make clean && CGO_ENABLED=1 make
2+
make clean && CGO_ENABLED=1 make
33
FILE_NAME=authorizer-${VERSION}-darwin-amd64.tar.gz
4-
# tar cvfz ${FILE_NAME} .env app build templates
4+
tar cvfz ${FILE_NAME} .env app build templates
55
AUTH="Authorization: token $GITHUB_TOKEN"
66
RELASE_INFO=$(curl -sH "$AUTH" https://api.github.com/repos/authorizerdev/authorizer/releases/tags/${VERSION})
77
echo $RELASE_INFO

0 commit comments

Comments
 (0)