Skip to content

Commit

Permalink
more GCP Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
malscent committed Jan 27, 2022
1 parent ff5ce85 commit 075e744
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 075e744

Please sign in to comment.