File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,8 +104,8 @@ jobs:
104104 tree
105105 - name : Rename build artifacts to reflect the platform name
106106 run : |
107- mv examples/*/build/*/Wippersnapper_demo .ino.uf2 wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
108- mv examples/*/build/*/Wippersnapper_demo .ino.bin wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.bin
107+ mv examples/*/build/*/Wippersnapper_demo_offline .ino.uf2 wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
108+ mv examples/*/build/*/Wippersnapper_demo_offline .ino.bin wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.bin
109109 - name : upload build artifacts
110110 uses : actions/upload-artifact@v4
111111 with :
You can’t perform that action at this time.
0 commit comments