Fix path for project on build task

This commit is contained in:
Christopher Whitley
2024-05-17 22:19:57 -04:00
parent b935e2318e
commit 0ff198c75f
+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 ./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