File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5757 - name : Upload Xiao esp32c5 artifacts to Release
5858 if : github.event_name == 'release'
5959 run : |
60- mv lib/micropython/ports/esp32/build-ESP32_GENERIC_C5/firmware.bin lib/micropython/ports/esp32/build-ESP32_GENERIC_C5/micropython_xiao_esp32c5 .bin
60+ mv lib/micropython/ports/esp32/build-ESP32_GENERIC_C5/firmware.bin lib/micropython/ports/esp32/build-ESP32_GENERIC_C5/xiao_esp32c5 .bin
6161 gh release upload ${{ github.event.release.tag_name }} \
62- lib/micropython/ports/esp32/build-ESP32_GENERIC_C5/micropython_xiao_esp32c5 .bin \
62+ lib/micropython/ports/esp32/build-ESP32_GENERIC_C5/xiao_esp32c5 .bin \
6363 --clobber
6464 env :
6565 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 8181 - name : Upload Xiao nRF52840 artifacts to Release
8282 if : github.event_name == 'release'
8383 run : |
84- mv build_nrf52840/zephyr/zephyr.uf2 build_nrf52840/zephyr/xiao_nrf52840.uf2
84+ mv build_nrf52840/zephyr/zephyr/zephyr .uf2 build_nrf52840/zephyr /zephyr/xiao_nrf52840.uf2
8585 gh release upload ${{ github.event.release.tag_name }} \
86- build_nrf52840/zephyr/xiao_nrf52840.uf2 \
86+ build_nrf52840/zephyr/zephyr/ xiao_nrf52840.uf2 \
8787 --clobber
8888 env :
8989 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments