Skip to content

Commit

Permalink
fix/ version upload
Browse files Browse the repository at this point in the history
  • Loading branch information
pattersonbl2 committed Apr 4, 2024
1 parent 8f4d215 commit 0e531a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .utils/gcs-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

if [ -e version.json ]; then
mv version.json dist/__version__
gsutil cp dist/__version__ "gs://${EXTENSION_WORKSHOP_BUCKET_GCS}/__version__"
gsutil cp dist/__version__/ "gs://${EXTENSION_WORKSHOP_BUCKET_GCS}/__version__"
# __version__ JSON; short cache
gsutil \
-h "cache-control: max-age=${TEN_MINS}" \
Expand Down

0 comments on commit 0e531a5

Please sign in to comment.