diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 9c525ef..956d0cd 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -46,7 +46,7 @@ jobs: run: npm install netlify-cli -g - name: Deploy - run: netlify deploy ${{ (github.ref == 'refs/heads/main' && '--prod') || '' }} --json -d src/AvaloniaTetris.Browser/bin/Release/net8.0/browser-wasm/AppBundle/ + run: netlify deploy ${{ (github.ref == 'refs/heads/main' && '--prod') || '' }} --json -d src/AvaloniaTetris.Browser/bin/Release/net8.0-browser/publish/wwwroot/ env: NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }} diff --git a/AvaloniaTetris.sln b/AvaloniaTetris.sln index 7a435a5..9b09bf5 100644 --- a/AvaloniaTetris.sln +++ b/AvaloniaTetris.sln @@ -11,6 +11,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AvaloniaTetris.Browser", "s EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1936A950-9AB4-4157-8A60-C2731831E079}" ProjectSection(SolutionItems) = preProject + .github\workflows\cicd.yml = .github\workflows\cicd.yml README.md = README.md EndProjectSection EndProject