Skip to content

Commit bf6db83

Browse files
committed
Fix pathing for GH action.
1 parent a9d8dd8 commit bf6db83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020

2121
- name: build
2222
run: dotnet build
23-
working-directory: .
23+
working-directory: ./src/Chat

0 commit comments

Comments
 (0)