File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 76
76
uses : actions/upload-artifact@v3
77
77
with :
78
78
name : M5STACK_Capsule_firmware
79
- path : ./m5stack/build-M5STACK_Capsule/uiflow-*.bin
79
+ path : ./m5stack/build-M5STACK_Capsule/uiflow-*.bin
80
+ - name : Deliver Dial firmware
81
+ uses : actions/upload-artifact@v3
82
+ with :
83
+ name : M5STACK_Dial_firmware
84
+ path : ./m5stack/build-M5STACK_Dial/uiflow-*.bin
Original file line number Diff line number Diff line change @@ -141,6 +141,7 @@ function ci_esp32_nightly_build {
141
141
make ${MAKEOPTS} -C m5stack BOARD=M5STACK_Basic pack_all
142
142
make ${MAKEOPTS} -C m5stack BOARD=M5STACK_Basic_4MB pack_all
143
143
make ${MAKEOPTS} -C m5stack BOARD=M5STACK_Capsule pack_all
144
+ make ${MAKEOPTS} -C m5stack BOARD=M5STACK_Dial pack_all
144
145
}
145
146
146
147
# BELOW PLATFORM NOT SUPPORTED FOR NOW, MAYBE SUPPORT IN THE FUTURE
You can’t perform that action at this time.
0 commit comments