We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c391eb commit b745f75Copy full SHA for b745f75
ci/build/windows.sh
@@ -6,7 +6,7 @@ apt-get install zip unzip
6
7
#GET VERSION AND PATH
8
#STORE VERSION AND PATH FOR BUILD
9
-VERSION="1.0.0" #$(cat gp-version/version)
+VERSION=$(cat gp-version/version)
10
BUILDPATH=$(pwd)
11
12
#CREATE GO DIRECTORY STRUCTURE
ci/pipeline.yml
@@ -221,7 +221,7 @@ resources:
221
type: s3
222
source:
223
bucket: git-phlow-pipeline-artifacts
224
- regexp: git-phlow-(.*)-windows-(.*).tar.gz
+ regexp: git-phlow-(.*)-windows-(.*).zip
225
access_key_id: {{s3-access-key-id}}
226
region_name: eu-central-1
227
secret_access_key: {{s3-secret-access-key}}
0 commit comments