Skip to content

Commit

Permalink
ci(xyz-build): quote gs url
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Mar 8, 2023
1 parent 9aa7342 commit 63a8662
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 -d -r client/build/ gs://{{ secrets.GCS_BUCKET }}/test/
run: gsutil -m rsync -d -r client/build/ "gs://{{ secrets.GCS_BUCKET }}/test/"

0 comments on commit 63a8662

Please sign in to comment.