We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7274fa commit 0f42978Copy full SHA for 0f42978
1 file changed
.github/workflows/main.yml
@@ -298,14 +298,15 @@ jobs:
298
uses: actions/download-artifact@v4
299
with:
300
name: frontend-dist
301
- path: src/frontend/Sudoku.React/dist
+ path: frontend-dist
302
303
- name: Deploy to Static Web App
304
uses: Azure/static-web-apps-deploy@v1
305
306
azure_static_web_apps_api_token: ${{ steps.swa-token.outputs.token }}
307
repo_token: ${{ secrets.GITHUB_TOKEN }}
308
action: "upload"
309
- app_location: "src/frontend/Sudoku.React"
310
- output_location: "dist"
+ app_location: "frontend-dist"
+ output_location: ""
311
skip_app_build: true
312
+
0 commit comments