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 46
46
./m5stack/build-M5STACK_Fire/uiflow-*-*.bin
47
47
./m5stack/build-M5STACK_NanoC6/uiflow-*-*.bin
48
48
./m5stack/build-M5STACK_Paper/uiflow-*-*.bin
49
+ ./m5stack/build-M5STACK_PaperS3/uiflow-*-*.bin
49
50
./m5stack/build-M5STACK_Stamp_PICO/uiflow-*-*.bin
50
51
./m5stack/build-M5STACK_StampS3/uiflow-*-*.bin
51
52
./m5stack/build-M5STACK_Station/uiflow-*-*.bin
Original file line number Diff line number Diff line change @@ -122,6 +122,11 @@ jobs:
122
122
with :
123
123
name : M5STACK_Paper_firmware
124
124
path : ./m5stack/build-M5STACK_Paper/uiflow-*-*.bin
125
+ - name : Deliver PaperS3 firmware
126
+ uses : actions/upload-artifact@v3
127
+ with :
128
+ name : M5STACK_Paper_firmware
129
+ path : ./m5stack/build-M5STACK_PaperS3/uiflow-*-*.bin
125
130
- name : Deliver Stamp PICO firmware
126
131
uses : actions/upload-artifact@v3
127
132
with :
Original file line number Diff line number Diff line change @@ -217,6 +217,7 @@ function ci_esp32_nightly_build {
217
217
make ${MAKEOPTS} -C m5stack BOARD=M5STACK_Fire pack_all
218
218
make ${MAKEOPTS} -C m5stack BOARD=M5STACK_NanoC6 pack_all
219
219
make ${MAKEOPTS} -C m5stack BOARD=M5STACK_Paper pack_all
220
+ make ${MAKEOPTS} -C m5stack BOARD=M5STACK_PaperS3 pack_all
220
221
make ${MAKEOPTS} -C m5stack BOARD=M5STACK_Stamp_PICO pack_all
221
222
make ${MAKEOPTS} -C m5stack BOARD=M5STACK_StampS3 pack_all
222
223
make ${MAKEOPTS} -C m5stack BOARD=M5STACK_Station pack_all
You can’t perform that action at this time.
0 commit comments