We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9e8c73 commit 3100f47Copy full SHA for 3100f47
deploy.sh
@@ -2,7 +2,7 @@
2
3
#Build linux-version first and determine the build-version
4
GOOS=linux GOARCH=amd64 go build -ldflags '-s -w -extldflags "-static"' .
5
-BUILD_VERSION=$(space-cloud -v | cut -f3 -d ' ')
+BUILD_VERSION=$(./space-cloud -v | cut -f3 -d ' ')
6
7
mkdir linux && mkdir windows && mkdir darwin
8
zip space-cloud.zip space-cloud
0 commit comments