Skip to content

Commit

Permalink
Merge pull request #112 from malscent/MB-47241-CICDFixes
Browse files Browse the repository at this point in the history
Fix release
  • Loading branch information
malscent authored Dec 14, 2021
2 parents 64f0b5a + 4655878 commit 3a7f159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/GCP-CreateRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: bash ${GITHUB_WORKSPACE}/gcp/couchbase-sync-gateway-hourly-pricing/makeArchives.sh
- name: Build Couchbae Server Enterprise Edition
run: |
WDIR=$(pwd) && cd ${GITHUB_WORKSPACE}/gcp/couchbase-server/ && zip -r -X ../../build/gcp/couchbase-server/gcp-cbs-archive.zip ./* && cd "$WDIR"
WDIR=$(pwd) && mkdir -p ${GITHUB_WORKSPACE}/build/gcp/couchbase-server/ && cd ${GITHUB_WORKSPACE}/gcp/couchbase-server/ && zip -r -X ../../build/gcp/couchbase-server/gcp-cbs-archive.zip ./* && cd "$WDIR"
- name: Upload CBS Package
id: upload-cbs-asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 3a7f159

Please sign in to comment.