Skip to content

Commit

Permalink
removed version for release tar name
Browse files Browse the repository at this point in the history
  • Loading branch information
xadhatter committed Jan 15, 2024
1 parent 7bf5d8a commit 599cb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export GOBIN="${REPO_ROOT}/${TOOLS_DIR}"
export PATH="${PATH}:${GOBIN}"

BIN="fox"
TAR="${BIN}-$(basename ${TAG_REF:-$HEAD_REF})-${GOOS}-${GOARCH}.tar.gz"
TAR="${BIN}-${GOOS}-${GOARCH}.tar.gz"
BUILD_OUT_ROOT="bin"
BUILD_OUT="${BUILD_OUT_ROOT}/${GOOS}"
RELEASE_OUT="release"
Expand Down

0 comments on commit 599cb0c

Please sign in to comment.