From d44d664b1f811c2a29a6fa316bbc57eaa8c22099 Mon Sep 17 00:00:00 2001 From: Martin Miles Date: Thu, 29 Aug 2024 20:48:53 -0700 Subject: [PATCH] fix attempt #4 --- .github/workflows/main_basicwebsite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main_basicwebsite.yml b/.github/workflows/main_basicwebsite.yml index 9591ef3..731c6e6 100644 --- a/.github/workflows/main_basicwebsite.yml +++ b/.github/workflows/main_basicwebsite.yml @@ -25,7 +25,7 @@ jobs: run: dotnet build --configuration Release - name: dotnet publish - run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp + run: dotnet publish -c Release -o c:\myapp - name: Upload artifact for deployment job uses: actions/upload-artifact@v4