From 573745b68525997ea3b142130878d6ad57254947 Mon Sep 17 00:00:00 2001 From: Jan-Henrik Damaschke Date: Tue, 2 Jan 2024 03:19:21 +0100 Subject: [PATCH] ci(ci): :green_heart: Updated ci workflow --- .../workflows/azure-static-web-apps-icy-glacier-0865d4503.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-static-web-apps-icy-glacier-0865d4503.yml b/.github/workflows/azure-static-web-apps-icy-glacier-0865d4503.yml index ff01bdd..430c337 100644 --- a/.github/workflows/azure-static-web-apps-icy-glacier-0865d4503.yml +++ b/.github/workflows/azure-static-web-apps-icy-glacier-0865d4503.yml @@ -33,7 +33,7 @@ jobs: PRE_BUILD_COMMAND: npm install -g pnpm CUSTOM_BUILD_COMMAND: pnpm install && pnpm -w run dev:prepare && pnpm -w run dev:build NODE_VERSION: 18.17.1 - POST_BUILD_COMMAND: cp staticwebapp.config.json .output/public/staticwebapp.config.json + POST_BUILD_COMMAND: cp /github/workspace/playground/staticwebapp.config.json /github/workspace/playground/.output/public/staticwebapp.config.json close_pull_request_job: if: github.event_name == 'pull_request' && github.event.action == 'closed'