Skip to content

Commit

Permalink
Capital B
Browse files Browse the repository at this point in the history
  • Loading branch information
AristurtleDev committed May 18, 2024
1 parent 0ff198c commit 6c6d00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: "Clone Repository"
uses: actions/checkout@v4
- name: "CAKE (Build -> Test -> Package)"
run: dotnet run --project ./src/cs/build/Build.csproj -- --target=Default
run: dotnet run --project ./src/cs/Build/Build.csproj -- --target=Default
- name: "Upload Artifacts For Deploy"
if: github.event_name != 'pull_request'
uses: actions/upload-artifact@main
Expand Down

0 comments on commit 6c6d00e

Please sign in to comment.