Skip to content

Commit

Permalink
ci(xyz-build): inline bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Mar 8, 2023
1 parent 7657dd2 commit bfaacc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/xyz-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
uses: google-github-actions/setup-gcloud@v1

- name: Sync build with GCS bucket
run: gsutil -m rsync -r client/build/ "gs://{{ secrets.GCS_BUCKET }}/"
run: gsutil -m rsync -r client/build/ gs://fiji-mdn-content/

0 comments on commit bfaacc3

Please sign in to comment.