From 1260d6789d36dce4992b640f07e1639d3b37658e Mon Sep 17 00:00:00 2001 From: Lakhan Samani Date: Mon, 4 Oct 2021 13:11:26 +0530 Subject: [PATCH] fix: mac build script --- scripts/build-mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-mac.sh b/scripts/build-mac.sh index 0f96f00..8b52e5e 100644 --- a/scripts/build-mac.sh +++ b/scripts/build-mac.sh @@ -1,7 +1,7 @@ VERSION="$1" make clean && CGO_ENABLED=1 VERSION=${VERSION} make FILE_NAME=authorizer-${VERSION}-darwin-amd64.tar.gz -tar cvfz ${FILE_NAME} .env app build templates +tar cvfz ${FILE_NAME} .env app/build build templates AUTH="Authorization: token $GITHUB_TOKEN" RELASE_INFO=$(curl -sH "$AUTH" https://api.github.com/repos/authorizerdev/authorizer/releases/tags/${VERSION}) echo $RELASE_INFO