We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a46b8 commit 82991b9Copy full SHA for 82991b9
scripts/build-mac.sh
@@ -1,7 +1,7 @@
1
VERSION="$1"
2
-# make clean && CGO_ENABLED=1 make
+make clean && CGO_ENABLED=1 make
3
FILE_NAME=authorizer-${VERSION}-darwin-amd64.tar.gz
4
-# tar cvfz ${FILE_NAME} .env app build templates
+tar cvfz ${FILE_NAME} .env app build templates
5
AUTH="Authorization: token $GITHUB_TOKEN"
6
RELASE_INFO=$(curl -sH "$AUTH" https://api.github.com/repos/authorizerdev/authorizer/releases/tags/${VERSION})
7
echo $RELASE_INFO
0 commit comments