Skip to content

Commit

Permalink
Correct path creation
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolack committed Aug 14, 2020
1 parent f165560 commit 12b5574
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion create_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ fi

RELEASE_DIR="/tmp/terraform-provider-jumpcloud/releases/$1"

mkdir -p "${RELEASE_DIR}"

echo "Creating source archive"
tar -cvf "${RELEASE_DIR}/source-$1.tar.gz" ./

mkdir -p "${RELEASE_DIR}"
for GOARCH in 386 amd64
do
for GOOS in darwin linux
Expand Down

0 comments on commit 12b5574

Please sign in to comment.