From e0ea0a0c07045e6f571197b819d6ed6da1d9885b Mon Sep 17 00:00:00 2001 From: Lakhan Samani Date: Mon, 13 Sep 2021 11:53:10 +0530 Subject: [PATCH] fix: add version to the darwin build --- 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 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"