Skip to content

Commit 52523ba

Browse files
..
1 parent 60f5ed8 commit 52523ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dotnet-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
build:
1414

1515
runs-on: ubuntu-latest
16-
16+
defaults:
17+
run:
18+
working-directory: "./src"
1719
steps:
1820
- uses: actions/checkout@v4
1921
- name: Setup .NET

0 commit comments

Comments
 (0)