Skip to content

Commit 341afe4

Browse files
author
Petr Sramek
committed
zdfsd
1 parent e5f2e1a commit 341afe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
with:
2626
name: build
2727
path: |
28-
src/**/bin/*
29-
src/**/obj/*
28+
/**/bin/*
29+
/**/obj/*
3030
3131
test:
3232
name: Test with MsTest

0 commit comments

Comments
 (0)