Skip to content

Commit 50c0361

Browse files
author
Petr Sramek
committed
fixed path
1 parent 0403221 commit 50c0361

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
with:
2424
name: build
2525
path: |
26-
./src/**/bin/*
27-
./src/**/obj/*
26+
**/bin/*
27+
**/obj/*
2828
2929
test:
3030
name: Test with MsTest
@@ -70,4 +70,4 @@ jobs:
7070
with:
7171
name: package
7272
path: |
73-
./src/**/*.nupkg
73+
**/*.nupkg

0 commit comments

Comments
 (0)