Skip to content

Commit b745f75

Browse files
committed
close #170 fix windows bucket on aws
1 parent 1c391eb commit b745f75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/build/windows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apt-get install zip unzip
66

77
#GET VERSION AND PATH
88
#STORE VERSION AND PATH FOR BUILD
9-
VERSION="1.0.0" #$(cat gp-version/version)
9+
VERSION=$(cat gp-version/version)
1010
BUILDPATH=$(pwd)
1111

1212
#CREATE GO DIRECTORY STRUCTURE

ci/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ resources:
221221
type: s3
222222
source:
223223
bucket: git-phlow-pipeline-artifacts
224-
regexp: git-phlow-(.*)-windows-(.*).tar.gz
224+
regexp: git-phlow-(.*)-windows-(.*).zip
225225
access_key_id: {{s3-access-key-id}}
226226
region_name: eu-central-1
227227
secret_access_key: {{s3-secret-access-key}}

0 commit comments

Comments
 (0)