diff --git a/scripts/build-mac.sh b/scripts/build-mac.sh index 205b863..0f96f00 100644 --- a/scripts/build-mac.sh +++ b/scripts/build-mac.sh @@ -1,5 +1,5 @@ VERSION="$1" -make clean && CGO_ENABLED=1 make +make clean && CGO_ENABLED=1 VERSION=${VERSION} make FILE_NAME=authorizer-${VERSION}-darwin-amd64.tar.gz tar cvfz ${FILE_NAME} .env app build templates AUTH="Authorization: token $GITHUB_TOKEN"