Skip to content

Commit d259b08

Browse files
fix client project file name
1 parent b508b1c commit d259b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
env:
1212
solutionfile-path: src/Codebreaker.GameAPIs.Client.sln
13-
projectfile-path: src/client/common/Codebreaker.GameAPIs.Client/Codebreaker.GameAPIs.Client.csproj
13+
projectfile-path: src/clients/common/Codebreaker.GameAPIs.Client/Codebreaker.GameAPIs.Client.csproj
1414
artifact-name: codebreaker-client-stable
1515

1616
steps:

0 commit comments

Comments
 (0)