Skip to content

Commit

Permalink
Merge pull request #118 from malscent/main
Browse files Browse the repository at this point in the history
more GCP Fixes
  • Loading branch information
malscent authored Jan 27, 2022
2 parents 83a3e53 + 075e744 commit 6e219a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/GCP-CreateRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./build/gcp/couchbase-sync-gateway/gcp-sg-archive.zip
asset_name: gcp-sg-archive.zip
asset_path: ./build/gcp/couchbase-sync-gateway/gcp-gateway-archive.zip
asset_name: gcp-gateway-archive.zip
asset_content_type: application/zip
- name: Upload Gateway Package - BYOL
id: upload-sg-asset-byol
Expand All @@ -117,6 +117,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./build/gcp/couchbase-sync-gateway/gcp-sg-byol-archive.zip
asset_name: gcp-sg-byol-archive.zip
asset_path: ./build/gcp/couchbase-sync-gateway/gcp-gateway-byol-archive.zip
asset_name: gcp-gateway-byol-archive.zip
asset_content_type: application/zip

0 comments on commit 6e219a0

Please sign in to comment.