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 b34b385 commit 6819597Copy full SHA for 6819597
scripts/build-mac.sh
@@ -1,7 +1,7 @@
1
VERSION="$1"
2
make clean && CGO_ENABLED=1 VERSION=${VERSION} 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 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