Skip to content

Commit 2950c4e

Browse files
committed
List files (tree) instead of ls
1 parent 5562cec commit 2950c4e

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
@@ -222,10 +222,9 @@ jobs:
222222
- name: Build for ESP32-SX
223223
run: |
224224
python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header
225-
- name: list
225+
- name: list files (tree)
226226
run: |
227-
ls
228-
ls examples/*/build/
227+
tree
229228
- name: Rename build artifacts to reflect the platform name
230229
run: |
231230
mv examples/*/build/*/Wippersnapper_demo.ino.uf2 wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2

0 commit comments

Comments
 (0)