Skip to content

Commit 0f42978

Browse files
committed
Updated deployment to download to special dist folder
1 parent e7274fa commit 0f42978

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,14 +298,15 @@ jobs:
298298
uses: actions/download-artifact@v4
299299
with:
300300
name: frontend-dist
301-
path: src/frontend/Sudoku.React/dist
301+
path: frontend-dist
302302

303303
- name: Deploy to Static Web App
304304
uses: Azure/static-web-apps-deploy@v1
305305
with:
306306
azure_static_web_apps_api_token: ${{ steps.swa-token.outputs.token }}
307307
repo_token: ${{ secrets.GITHUB_TOKEN }}
308308
action: "upload"
309-
app_location: "src/frontend/Sudoku.React"
310-
output_location: "dist"
309+
app_location: "frontend-dist"
310+
output_location: ""
311311
skip_app_build: true
312+

0 commit comments

Comments
 (0)