Skip to content

Commit 26a4e3e

Browse files
committed
updated path + error if no files found
1 parent 8db79bd commit 26a4e3e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/hil.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,9 @@ jobs:
6262
with:
6363
name: ${{matrix.chip}}-${{matrix.chunks}}.artifacts
6464
path: |
65-
tests/*/build*/*.bin
66-
tests/*/build*/*.json
65+
tests/**/build*/*.bin
66+
tests/**/build*/*.json
67+
if-no-files-found: error
6768
Test:
6869
needs: [gen_chunks, Build]
6970
name: ${{matrix.chip}}-Test#${{matrix.chunks}}

0 commit comments

Comments
 (0)