From 3af1953a0f6856773f25f9bb3fbf28de62a8b93b Mon Sep 17 00:00:00 2001 From: Mathieu Guindon Date: Sun, 27 Oct 2024 15:16:37 -0400 Subject: [PATCH] fix dotnet publish --- .github/workflows/dotnet-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-cd.yml b/.github/workflows/dotnet-cd.yml index ebd239e..fca8c56 100644 --- a/.github/workflows/dotnet-cd.yml +++ b/.github/workflows/dotnet-cd.yml @@ -35,7 +35,7 @@ jobs: run: dotnet build rubberduckvba.Server --configuration Release - name: dotnet publish - run: dotnet publish rubberduckvba.Server --configuration Release --output ${{env.DOTNET_ROOT}}/pub + run: dotnet publish rubberduckvba.Server\\rubberduckvba.Server.csproj --configuration Release --output ${{env.DOTNET_ROOT}}/pub - name: Upload artifact for deployment job uses: actions/upload-artifact@v3