From 8ce7a88accbfa03ab880fc51d062956d266aa33a Mon Sep 17 00:00:00 2001 From: Florian Dieminger Date: Thu, 5 Dec 2024 13:54:48 +0100 Subject: [PATCH] fix upload --- .github/workflows/stage-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stage-build.yml b/.github/workflows/stage-build.yml index da3d15c4b5fa..e15051c1b042 100644 --- a/.github/workflows/stage-build.yml +++ b/.github/workflows/stage-build.yml @@ -364,6 +364,7 @@ jobs: path: client/build/ glob: "{*.*,static/**,assets/**}" destination: ${{ vars.GCP_BUCKET_NAME }}/client/ + parent: false headers: |- cache-control: 'public, max-age=3600' @@ -371,8 +372,8 @@ jobs: uses: "google-github-actions/upload-cloud-storage@v2" with: path: client/build/ - glob: "{*.*,static/**,assets/**,sitemaps/**}" destination: ${{ vars.GCP_BUCKET_NAME }}/${{ env.DEPLOYMENT_ID }}/ + parent: false headers: |- cache-control: 'public, max-age=3600'