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 75129b5 commit 1fbdaf8Copy full SHA for 1fbdaf8
.github/workflows/api.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Test
26
run: dotnet test --no-build --verbosity normal
27
- name: dotnet publish
28
- run: dotnet publish UrlShortener.Api -c Release -o ${{env.DOTNET_ROOT}}/myapp
+ run: dotnet publish Api\UrlShortener.Api -c Release -o ${{env.DOTNET_ROOT}}/myapp
29
- name: Upload artifact for deployment job
30
uses: actions/upload-artifact@v4
31
with:
0 commit comments