From d8560f8c65a75efa1aa82cc40adef9f83bfd9a84 Mon Sep 17 00:00:00 2001 From: John Duprey Date: Thu, 13 Feb 2025 20:35:06 -0500 Subject: [PATCH] Update cipp_frontend_build.yml Signed-off-by: John Duprey --- .github/workflows/cipp_frontend_build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cipp_frontend_build.yml b/.github/workflows/cipp_frontend_build.yml index 89e397121333..3ba6517c337b 100644 --- a/.github/workflows/cipp_frontend_build.yml +++ b/.github/workflows/cipp_frontend_build.yml @@ -38,6 +38,7 @@ jobs: - name: Prepare and Zip Build Files run: | mkdir -p build + cp staticwebapp.config.json out/ zip -r build/latest.zip out # Upload to Azure Blob Storage