Skip to content

Commit 83c8aed

Browse files
committed
List files (tree) instead of ls
1 parent efbe90e commit 83c8aed

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-clang-doxy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,9 @@ jobs:
213213
- name: Build for ESP32-SX
214214
run: |
215215
python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header
216-
- name: list
216+
- name: list files (tree)
217217
run: |
218-
ls
219-
ls examples/*/build/
218+
tree
220219
- name: Rename build artifacts to reflect the platform name
221220
run: |
222221
mv examples/*/build/*/Wippersnapper_demo.ino.uf2 wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2

0 commit comments

Comments
 (0)