From 1fca1c11022ddc43bba18d320ce693cef3b82b96 Mon Sep 17 00:00:00 2001 From: Ivan Josipovic <9521987+IvanJosipovic@users.noreply.github.com> Date: Thu, 31 Oct 2024 21:49:55 -0700 Subject: [PATCH] wip --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}