From adf4f1902d0698ce928465a72d081f7e4b8c392d 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"