fix mv
This commit is contained in:
parent
fc10a78c29
commit
0344da5c02
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release-caller-offline.yml
vendored
4
.github/workflows/release-caller-offline.yml
vendored
|
|
@ -104,8 +104,8 @@ jobs:
|
|||
tree
|
||||
- name: Rename build artifacts to reflect the platform name
|
||||
run: |
|
||||
mv examples/*/build/*/Wippersnapper_demo.ino.uf2 wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
|
||||
mv examples/*/build/*/Wippersnapper_demo.ino.bin wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.bin
|
||||
mv examples/*/build/*/Wippersnapper_demo_offline.ino.uf2 wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
|
||||
mv examples/*/build/*/Wippersnapper_demo_offline.ino.bin wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.bin
|
||||
- name: upload build artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue