We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5df06fa commit aef40d7Copy full SHA for aef40d7
release/buildAndUpload.sh
@@ -9,7 +9,7 @@ build () {
9
exeName="$4"
10
echo "Building $exeName for $GOOS-$GOARCH ..."
11
12
- CGO_ENABLED=0 jf go build -o "$exeName" -ldflags '-w -extldflags "-static" -X github.com/jfrog/frogbot/utils.FrogbotVersion='"$version"
+ CGO_ENABLED=0 jf go build -o "$exeName" -ldflags '-w -extldflags "-static" -X github.com/jfrog/frogbot/v2/utils.FrogbotVersion='"$version"
13
chmod +x "$exeName"
14
15
# Run verification after building plugin for the correct platform of this image.
0 commit comments