Skip to content

Commit aef40d7

Browse files
authored
Fix version path in release (#627)
1 parent 5df06fa commit aef40d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/buildAndUpload.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build () {
99
exeName="$4"
1010
echo "Building $exeName for $GOOS-$GOARCH ..."
1111

12-
CGO_ENABLED=0 jf go build -o "$exeName" -ldflags '-w -extldflags "-static" -X github.com/jfrog/frogbot/utils.FrogbotVersion='"$version"
12+
CGO_ENABLED=0 jf go build -o "$exeName" -ldflags '-w -extldflags "-static" -X github.com/jfrog/frogbot/v2/utils.FrogbotVersion='"$version"
1313
chmod +x "$exeName"
1414

1515
# Run verification after building plugin for the correct platform of this image.

0 commit comments

Comments
 (0)