Skip to content

Commit 5f78c96

Browse files
committed
fix rename
1 parent 0344da5 commit 5f78c96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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_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:

0 commit comments

Comments
 (0)