Skip to content

Commit dcb8fe0

Browse files
authored
Update buildAndUpload.sh (#458)
1 parent c2222d1 commit dcb8fe0

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/utils.FrogbotVersion='$version
12+
CGO_ENABLED=0 jf go build -o "$exeName" -ldflags '-w -extldflags "-static" -X github.com/jfrog/frogbot/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)