Skip to content

Commit ae976ce

Browse files
fix projectfile path setting with client lib github action
1 parent c7fae19 commit ae976ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codebreaker-lib-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
version-number: ${{ github.run_number }}
2727
version-offset: 10
2828
solutionfile-path: src/Codebreaker.GameAPIs.Client.sln
29-
projectfile-path: src/clients/common/Codebreaker.GameAPIs.Client/Codebreaker.GameAPIs.Client.csproj
29+
projectfile-path: src/clients/Codebreaker.GameAPIs.Client/Codebreaker.GameAPIs.Client.csproj
3030
dotnet-version: '8.0.x'
3131
artifact-name: codebreaker-clientlib
3232
branch-name: main

0 commit comments

Comments
 (0)