Skip to content

Commit 1fbdaf8

Browse files
committed
Fix path in GitHub Actions workflow for dotnet publish command
1 parent 75129b5 commit 1fbdaf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Test
2626
run: dotnet test --no-build --verbosity normal
2727
- name: dotnet publish
28-
run: dotnet publish UrlShortener.Api -c Release -o ${{env.DOTNET_ROOT}}/myapp
28+
run: dotnet publish Api\UrlShortener.Api -c Release -o ${{env.DOTNET_ROOT}}/myapp
2929
- name: Upload artifact for deployment job
3030
uses: actions/upload-artifact@v4
3131
with:

0 commit comments

Comments
 (0)