Skip to content

Commit

Permalink
Fix project path for publish command. (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zifah authored Aug 5, 2024
1 parent 21f7d12 commit 0ccfd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api-deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
dotnet-version: '6.0.x'

- name: Build project
run: dotnet publish -c Release -o out
run: dotnet publish Api -c Release -o out

- name: Deploy to EC2
env:
Expand Down

0 comments on commit 0ccfd2a

Please sign in to comment.