Skip to content

Commit 5a28c6a

Browse files
committed
update path
1 parent 26a4e3e commit 5a28c6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hil.yml

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

0 commit comments

Comments
 (0)