Skip to content

Commit 1090934

Browse files
author
Petr Sramek
committed
added path to build files
1 parent 8606891 commit 1090934

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
uses: actions/upload-artifact@v4
2828
with:
2929
name: build
30-
path: .
30+
path: |
31+
**/bin/*
32+
**/obj/*
3133
3234
test:
3335
needs: [build]

0 commit comments

Comments
 (0)