Capital B

This commit is contained in:
Christopher Whitley
2024-05-17 22:22:48 -04:00
parent 0ff198c75f
commit 6c6d00e234
+1 -1
View File
@@ -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