From 0e531a51cb54474e998ef05b3688afdfa475f4c7 Mon Sep 17 00:00:00 2001 From: Brandon Patterson Date: Thu, 4 Apr 2024 16:41:47 -0400 Subject: [PATCH] fix/ version upload --- .utils/gcs-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.utils/gcs-deploy.sh b/.utils/gcs-deploy.sh index 0359ed114..f67d62962 100644 --- a/.utils/gcs-deploy.sh +++ b/.utils/gcs-deploy.sh @@ -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}" \