Skip to content

Commit 40b9cda

Browse files
committed
Fix the .Net build location.
1 parent 6ea3ef6 commit 40b9cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
dotnet-version: '9.0.x'
2525
- run: |
26-
cd api
26+
cd api/HomeLibrary.Api
2727
dotnet build -o dist
2828
# Install Node.js and build the application
2929
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)