Skip to content

Commit 6819597

Browse files
committed
fix: mac build script
1 parent b34b385 commit 6819597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-mac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VERSION="$1"
22
make clean && CGO_ENABLED=1 VERSION=${VERSION} make
33
FILE_NAME=authorizer-${VERSION}-darwin-amd64.tar.gz
4-
tar cvfz ${FILE_NAME} .env app build templates
4+
tar cvfz ${FILE_NAME} .env app/build build templates
55
AUTH="Authorization: token $GITHUB_TOKEN"
66
RELASE_INFO=$(curl -sH "$AUTH" https://api.github.com/repos/authorizerdev/authorizer/releases/tags/${VERSION})
77
echo $RELASE_INFO

0 commit comments

Comments
 (0)