Skip to content

Commit 815e513

Browse files
committed
add ls
1 parent 33ff44a commit 815e513

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/compile-examples.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,8 @@ jobs:
366366

367367
- name: Save build artifact
368368
if: github.event_name == 'pull_request'
369+
run: |
370+
ls -la ${{ env.BUILD_PATH }}
369371
uses: actions/upload-artifact@v4
370372
with:
371373
name: sketches-build-${{ matrix.board.artifact-name-suffix }}

0 commit comments

Comments
 (0)