Skip to content

Commit 13b1a3d

Browse files
brentrutyeth
authored andcommitted
build
1 parent dc73b7d commit 13b1a3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,9 +615,10 @@ jobs:
615615
- name: list
616616
run: |
617617
ls
618-
ls examples/*/build/
618+
ls -R examples/*/build/
619619
- name: Rename build artifacts to reflect the platform name
620620
run: |
621+
621622
mv examples/*/build/*/wippersnapper_debug.ino.uf2 wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
622623
mv examples/*/build/*/wippersnapper_debug.ino.bin wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.bin
623624
- name: upload build artifacts

0 commit comments

Comments
 (0)