File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 48
48
./m5stack/build-M5STACK_Paper/uiflow-*-*.bin
49
49
./m5stack/build-M5STACK_PaperS3/uiflow-*-*.bin
50
50
./m5stack/build-M5STACK_Stamp_PICO/uiflow-*-*.bin
51
+ ./m5stack/build-M5STACK_StamPLC/uiflow-*-*.bin
51
52
./m5stack/build-M5STACK_StampS3/uiflow-*-*.bin
52
53
./m5stack/build-M5STACK_Station/uiflow-*-*.bin
53
54
./m5stack/build-M5STACK_StickC/uiflow-*-*.bin
Original file line number Diff line number Diff line change @@ -132,6 +132,11 @@ jobs:
132
132
with :
133
133
name : M5STACK_Stamp_PICO_firmware
134
134
path : ./m5stack/build-M5STACK_Stamp_PICO/uiflow-*-*.bin
135
+ - name : Deliver StamPLC firmware
136
+ uses : actions/upload-artifact@v3
137
+ with :
138
+ name : M5STACK_StamPLC_firmware
139
+ path : ./m5stack/build-M5STACK_StamPLC/uiflow-*-*.bin
135
140
- name : Deliver StampS3 firmware
136
141
uses : actions/upload-artifact@v3
137
142
with :
Original file line number Diff line number Diff line change @@ -219,6 +219,7 @@ function ci_esp32_nightly_build {
219
219
make ${MAKEOPTS} -C m5stack BOARD=M5STACK_Paper pack_all
220
220
make ${MAKEOPTS} -C m5stack BOARD=M5STACK_PaperS3 pack_all
221
221
make ${MAKEOPTS} -C m5stack BOARD=M5STACK_Stamp_PICO pack_all
222
+ make ${MAKEOPTS} -C m5stack BOARD=M5STACK_StamPLC pack_all
222
223
make ${MAKEOPTS} -C m5stack BOARD=M5STACK_StampS3 pack_all
223
224
make ${MAKEOPTS} -C m5stack BOARD=M5STACK_Station pack_all
224
225
make ${MAKEOPTS} -C m5stack BOARD=M5STACK_StickC pack_all
You can’t perform that action at this time.
0 commit comments