Skip to content

Commit 10d2754

Browse files
committed
update path + debug ls
1 parent 5a28c6a commit 10d2754

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/hil.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,19 @@ jobs:
5353
steps:
5454
- name: Checkout Repository
5555
uses: actions/checkout@v3
56-
5756
- name: Build sketches
5857
run: |
5958
bash .github/scripts/tests_build.sh -c -t ${{matrix.chip}} -i ${{matrix.chunks}} -m ${{env.MAX_CHUNKS}}
59+
- name: List files in the repository
60+
run: |
61+
ls ${{ github.workspace }}
6062
- name: Upload ${{matrix.chip}}-${{matrix.chunks}} artifacts
6163
uses: actions/upload-artifact@v3
6264
with:
6365
name: ${{matrix.chip}}-${{matrix.chunks}}.artifacts
6466
path: |
65-
${{ github.workspace }}/tests/*/build*/*.bin
66-
${{ github.workspace }}/tests/*/build*/*.json
67+
/tests/*/build*/*.bin
68+
/tests/*/build*/*.json
6769
if-no-files-found: error
6870
Test:
6971
needs: [gen_chunks, Build]

0 commit comments

Comments
 (0)