We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f9e938 commit 2672020Copy full SHA for 2672020
1 file changed
script/appveyor-build.sh
@@ -29,7 +29,7 @@ go get -d ./...
29
go test --tags static $(go list ./... | grep -v vendor)
30
if [[ "${APPVEYOR_REPO_TAG}" = true ]]; then
31
go build --tags static -v -ldflags "-X main.Version=${APPVEYOR_REPO_TAG_NAME}"
32
- tar -zcf "gtm.${APPVEYOR_REPO_TAG_NAME}.windows.tar.gz gtm.exe"
+ tar -zcf "gtm.${APPVEYOR_REPO_TAG_NAME}.windows.tar.gz" gtm.exe
33
else
34
timestamp=$(date +%s)
35
go build --tags static -v -ldflags "-X main.Version=developer-build-${timestamp}"
0 commit comments