We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afeafe0 commit 6218b0eCopy full SHA for 6218b0e
1 file changed
.github/workflows/upload.yml
@@ -51,7 +51,7 @@ jobs:
51
run: |
52
go run ./cmd/download-plugins -since "${SINCE}" downloads
53
- name: Upload To Release Bucket
54
- run: gsutil -m rsync -r downloads gs://buf-plugins
+ run: gcloud storage rsync --recursive downloads gs://buf-plugins
55
- name: Generate Github Token
56
id: generate_issues_token
57
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
0 commit comments