Skip to content

Commit

Permalink
Specify which project to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
JudahGabriel committed May 12, 2023
1 parent c2cf592 commit 5f99a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
include-prerelease: true

- name: Build with dotnet
run: dotnet build --configuration Release
run: dotnet build Chavah.NetCore.csproj --configuration Release

- name: Write publish profile to directory
uses: DamianReeves/write-file-action@v1.2
Expand Down

0 comments on commit 5f99a51

Please sign in to comment.