From 97a7bf755dd3a8c30788b2502992ea17087fb25f Mon Sep 17 00:00:00 2001 From: Mathieu Guindon Date: Sun, 27 Oct 2024 15:36:46 -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 f9f49fa..8953318 100644 --- a/.github/workflows/dotnet-cd.yml +++ b/.github/workflows/dotnet-cd.yml @@ -27,7 +27,7 @@ jobs: run: dotnet build rubberduckvba.Server --configuration Release - name: dotnet publish - run: dotnet publish --target 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