Skip to content

Commit

Permalink
more GCP release fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
malscent committed Jan 27, 2022
1 parent 8e97152 commit ff5ce85
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 @@ -67,8 +67,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./build/gcp/couchbase-enterprise-edition-byol/gcp-cbs-archive-byol-deprecated.zip
asset_name: gcp-cbs-archive-byol.zip
asset_path: ./build/gcp/couchbase-enterprise-edition-byol/gcp-cbs-archive-byol.zip
asset_name: gcp-cbs-archive-byol-deprecated.zip
asset_content_type: application/zip
- name: Upload CBS Hourly Package
id: upload-cbs-hourly-asset
Expand All @@ -77,8 +77,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./build/gcp/couchbase-enterprise-edition-hourly-pricing/gcp-cbs-archive-hourly-pricing-deprecated.zip
asset_name: gcp-cbs-archive-hourly-pricing.zip
asset_path: ./build/gcp/couchbase-enterprise-edition-hourly-pricing/gcp-cbs-archive-hourly-pricing.zip
asset_name: gcp-cbs-archive-hourly-pricing-deprecated.zip
asset_content_type: application/zip
- name: Upload SG BYOL Package
id: upload-sg-byol-asset
Expand Down

0 comments on commit ff5ce85

Please sign in to comment.