Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
Update release workflows to publish to new bucket
Browse files Browse the repository at this point in the history
Signed-off-by: Vui Lam <vui@vmware.com>
  • Loading branch information
vuil committed Sep 1, 2021
1 parent 8e15c64 commit c26663a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: google-github-actions/upload-cloud-storage@main
with:
path: ./artifacts
destination: tanzu-cli
destination: tanzu-cli-framework
credentials: ${{ secrets.GCP_BUCKET_SA }}

- id: upload-cli-admin-artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: google-github-actions/upload-cloud-storage@main
with:
path: ./artifacts
destination: tanzu-cli
destination: tanzu-cli-framework
credentials: ${{ secrets.GCP_BUCKET_SA }}

- id: upload-cli-admin-artifacts
Expand Down

0 comments on commit c26663a

Please # to comment.