From c1296ade71ab872641609a31f0de7e4745b5d549 Mon Sep 17 00:00:00 2001 From: Uwe Date: Tue, 9 Apr 2024 15:41:20 +1200 Subject: [PATCH] fixing output path --- .../workflows/azure-static-web-apps-ashy-cliff-063467010.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/azure-static-web-apps-ashy-cliff-063467010.yml b/.github/workflows/azure-static-web-apps-ashy-cliff-063467010.yml index 7e7f3b5..33ac292 100644 --- a/.github/workflows/azure-static-web-apps-ashy-cliff-063467010.yml +++ b/.github/workflows/azure-static-web-apps-ashy-cliff-063467010.yml @@ -30,15 +30,14 @@ jobs: - name: Build project run: npm run build - + - name: Move files to dist/browser + run: mv dist/browser/* dist/ - name: Build And Deploy id: builddeploy uses: Azure/static-web-apps-deploy@v1 with: - name: production - path: dist/browser # Path to the folder containing project fragments azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ASHY_CLIFF_063467010 }} repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) action: "upload"