Skip to content

Commit

Permalink
Manually upload to GCS
Browse files Browse the repository at this point in the history
  • Loading branch information
johnshaughnessy committed Nov 1, 2023
1 parent 3ee34ac commit ed9036e
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/upload-to-gcs-bucket.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,14 @@ jobs:
- name: List objects in bucket
run: gsutil ls gs://ocho-osai/

- name: Upload to GCS
uses: google-github-actions/upload-cloud-storage@v1
with:
path: ./gcs/store.json
destination: gs://ocho-osai/store.json
# - name: Upload to GCS
# uses: google-github-actions/upload-cloud-storage@v1
# with:
# path: ./gcs/store.json
# destination: gs://ocho-osai/store.json

- name: Manually remove from GCS
run: gsutil rm gs://ocho-osai/store.json

- name: Manually upload to GCS
run: gsutil cp ./gcs/store.json gs://ocho-osai/store.json

0 comments on commit ed9036e

Please sign in to comment.