Skip to content

Commit 5f7532f

Browse files
committed
add build ci for xiao_esp32c5
1 parent ad641b8 commit 5f7532f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_micropython_esp32c5.yml

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

0 commit comments

Comments
 (0)