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 @@ -45,13 +45,13 @@ jobs:
4545 uses : actions/upload-artifact@v4
4646 with :
4747 name : esp32c5-firmware
48- path : lib/micropython/ports/esp32/build-SEEED_XIAO_ESP32C5/micropython .bin
48+ path : lib/micropython/ports/esp32/build-SEEED_XIAO_ESP32C5/firmware .bin
4949
5050 # Upload Xiao nRF52840 artifacts to Release (only on release event)
51- - name : Upload Xiao nRF52840 artifacts to Release
51+ - name : Upload Xiao esp32c5 artifacts to Release
5252 if : github.event_name == 'release'
5353 run : |
54- mv lib/micropython/ports/esp32/build-SEEED_XIAO_ESP32C5/micropython .bin lib/micropython/ports/esp32/build-SEEED_XIAO_ESP32C5/micropython_xiao_esp32c5.bin
54+ mv lib/micropython/ports/esp32/build-SEEED_XIAO_ESP32C5/firmware .bin lib/micropython/ports/esp32/build-SEEED_XIAO_ESP32C5/micropython_xiao_esp32c5.bin
5555 gh release upload ${{ github.event.release.tag_name }} \
5656 lib/micropython/ports/esp32/build-SEEED_XIAO_ESP32C5/micropython_xiao_esp32c5.bin \
5757 --clobber
You can’t perform that action at this time.
0 commit comments