File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
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_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
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
109109 - name : upload build artifacts
110110 uses : actions/upload-artifact@v4
111111 with :
@@ -177,7 +177,7 @@ jobs:
177177 run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
178178 - name : Rename build artifacts to reflect the platform name
179179 run : |
180- mv examples/*/build/*/Wippersnapper_demo .ino.uf2 wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
180+ mv examples/*/build/*/Wippersnapper_demo_offline .ino.uf2 wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
181181 - name : upload build artifacts
182182 uses : actions/upload-artifact@v4
183183 with :
You can’t perform that action at this time.
0 commit comments