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 dc73b7d commit 13b1a3dCopy full SHA for 13b1a3d
.github/workflows/build-clang-doxy.yml
@@ -615,9 +615,10 @@ jobs:
615
- name: list
616
run: |
617
ls
618
- ls examples/*/build/
+ ls -R examples/*/build/
619
- name: Rename build artifacts to reflect the platform name
620
621
+
622
mv examples/*/build/*/wippersnapper_debug.ino.uf2 wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
623
mv examples/*/build/*/wippersnapper_debug.ino.bin wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.bin
624
- name: upload build artifacts
0 commit comments