We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3af1953 commit a89bca6Copy full SHA for a89bca6
.github/workflows/dotnet-cd.yml
@@ -35,7 +35,7 @@ jobs:
35
run: dotnet build rubberduckvba.Server --configuration Release
36
37
- name: dotnet publish
38
- run: dotnet publish rubberduckvba.Server\\rubberduckvba.Server.csproj --configuration Release --output ${{env.DOTNET_ROOT}}/pub
+ run: dotnet publish rubberduckvba.Server\rubberduckvba.Server --configuration Release --output ${{env.DOTNET_ROOT}}\pub
39
40
- name: Upload artifact for deployment job
41
uses: actions/upload-artifact@v3
0 commit comments