We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efbe90e commit 83c8aedCopy full SHA for 83c8aed
.github/workflows/build-clang-doxy.yml
@@ -213,10 +213,9 @@ jobs:
213
- name: Build for ESP32-SX
214
run: |
215
python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header
216
- - name: list
+ - name: list files (tree)
217
218
- ls
219
- ls examples/*/build/
+ tree
220
- name: Rename build artifacts to reflect the platform name
221
222
mv examples/*/build/*/Wippersnapper_demo.ino.uf2 wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
0 commit comments