Skip to content

Commit 0344da5

Browse files
committed
fix mv
1 parent fc10a78 commit 0344da5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-caller-offline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)