Skip to content

Commit 3af1953

Browse files
committed
fix dotnet publish
1 parent 919a013 commit 3af1953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: dotnet build rubberduckvba.Server --configuration Release
3636

3737
- name: dotnet publish
38-
run: dotnet publish rubberduckvba.Server --configuration Release --output ${{env.DOTNET_ROOT}}/pub
38+
run: dotnet publish rubberduckvba.Server\\rubberduckvba.Server.csproj --configuration Release --output ${{env.DOTNET_ROOT}}/pub
3939

4040
- name: Upload artifact for deployment job
4141
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)