Skip to content

Commit 7d33da8

Browse files
author
Petr Sramek
committed
fzdsdf
1 parent c722381 commit 7d33da8

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-
/**/bin/*
27-
/**/obj/*
26+
./src/**/bin/*
27+
./src/**/obj/*
2828
2929
test:
3030
name: Test with MsTest
@@ -68,4 +68,4 @@ jobs:
6868
with:
6969
name: package
7070
path: |
71-
**/*.nupkg
71+
./src/**/*.nupkg

0 commit comments

Comments
 (0)