From 3df00730581f8d474cf6038d6a7a828bff09bf32 Mon Sep 17 00:00:00 2001 From: Jan-Henrik Damaschke Date: Tue, 2 Jan 2024 04:05:57 +0100 Subject: [PATCH] ci(ci): :green_heart: Updated 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 5bcccb1..b27caf1 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 /github/workspace/playground/staticwebapp.config.json ./staticwebapp.config.json + POST_BUILD_COMMAND: cp /github/workspace/playground/staticwebapp.config.json ./.output/public/staticwebapp.config.json close_pull_request_job: if: github.event_name == 'pull_request' && github.event.action == 'closed'