Skip to content

Commit 6218b0e

Browse files
authored
Move to gcloud storage command (#2622)
The gsutil command is deprecated and it is recommended to move to the 'gcloud storage' command instead.
1 parent afeafe0 commit 6218b0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
go run ./cmd/download-plugins -since "${SINCE}" downloads
5353
- name: Upload To Release Bucket
54-
run: gsutil -m rsync -r downloads gs://buf-plugins
54+
run: gcloud storage rsync --recursive downloads gs://buf-plugins
5555
- name: Generate Github Token
5656
id: generate_issues_token
5757
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0

0 commit comments

Comments
 (0)