File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ permissions:
9
9
contents : read
10
10
11
11
jobs :
12
- build_atoms3 :
12
+ build :
13
13
runs-on : ubuntu-20.04
14
14
steps :
15
15
61
61
uses : actions/upload-artifact@v3
62
62
with :
63
63
name : M5STACK_Fire_firmware
64
- path : ./m5stack/build-M5STACK_Fire/uiflow-*.bin
64
+ path : ./m5stack/build-M5STACK_Fire/uiflow-*.bin
65
+ - name : Deliver Basic firmware
66
+ uses : actions/upload-artifact@v3
67
+ with :
68
+ name : M5STACK_Basic_firmware
69
+ path : ./m5stack/build-M5STACK_Basic/uiflow-*.bin
70
+ - name : Deliver Basic(4MB Flash) firmware
71
+ uses : actions/upload-artifact@v3
72
+ with :
73
+ name : M5STACK_Basic_4MB_Flash_firmware
74
+ path : ./m5stack/build-M5STACK_Basic_4MB/uiflow-*.bin
75
+ - name : Deliver Capsule firmware
76
+ uses : actions/upload-artifact@v3
77
+ with :
78
+ name : M5STACK_Capsule_firmware
79
+ path : ./m5stack/build-M5STACK_Capsule/uiflow-*.bin
Original file line number Diff line number Diff line change @@ -138,6 +138,9 @@ function ci_esp32_nightly_build {
138
138
make ${MAKEOPTS} -C m5stack BOARD=M5STACK_StickC_PLUS2 pack_all
139
139
make ${MAKEOPTS} -C m5stack BOARD=M5STACK_StickC_PLUS pack_all
140
140
make ${MAKEOPTS} -C m5stack BOARD=M5STACK_Fire pack_all
141
+ make ${MAKEOPTS} -C m5stack BOARD=M5STACK_Basic pack_all
142
+ make ${MAKEOPTS} -C m5stack BOARD=M5STACK_Basic_4MB pack_all
143
+ make ${MAKEOPTS} -C m5stack BOARD=M5STACK_Capsule pack_all
141
144
}
142
145
143
146
# BELOW PLATFORM NOT SUPPORTED FOR NOW, MAYBE SUPPORT IN THE FUTURE
You can’t perform that action at this time.
0 commit comments