Skip to content

Commit 97a7bf7

Browse files
committed
fix dotnet publish
1 parent da0d3be commit 97a7bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: dotnet build rubberduckvba.Server --configuration Release
2828

2929
- name: dotnet publish
30-
run: dotnet publish --target rubberduckvba.Server --configuration Release --output ${{env.DOTNET_ROOT}}\pub
30+
run: dotnet publish "rubberduckvba.Server\rubberduckvba.Server.csproj" --configuration Release --output ${{env.DOTNET_ROOT}}\pub
3131

3232
- name: Upload artifact for deployment job
3333
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)