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 5562cec commit 2950c4eCopy full SHA for 2950c4e
.github/workflows/build-clang-doxy.yml
@@ -222,10 +222,9 @@ jobs:
222
- name: Build for ESP32-SX
223
run: |
224
python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header
225
- - name: list
+ - name: list files (tree)
226
227
- ls
228
- ls examples/*/build/
+ tree
229
- name: Rename build artifacts to reflect the platform name
230
231
mv examples/*/build/*/Wippersnapper_demo.ino.uf2 wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
0 commit comments