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 4646 ./m5stack/build-M5STACK_Fire/uiflow-*-*.bin
4747 ./m5stack/build-M5STACK_NanoC6/uiflow-*-*.bin
4848 ./m5stack/build-M5STACK_Paper/uiflow-*-*.bin
49+ ./m5stack/build-M5STACK_PaperS3/uiflow-*-*.bin
4950 ./m5stack/build-M5STACK_Stamp_PICO/uiflow-*-*.bin
5051 ./m5stack/build-M5STACK_StampS3/uiflow-*-*.bin
5152 ./m5stack/build-M5STACK_Station/uiflow-*-*.bin
Original file line number Diff line number Diff line change @@ -122,6 +122,11 @@ jobs:
122122 with :
123123 name : M5STACK_Paper_firmware
124124 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
125130 - name : Deliver Stamp PICO firmware
126131 uses : actions/upload-artifact@v3
127132 with :
Original file line number Diff line number Diff line change @@ -217,6 +217,7 @@ function ci_esp32_nightly_build {
217217 make ${MAKEOPTS} -C m5stack BOARD=M5STACK_Fire pack_all
218218 make ${MAKEOPTS} -C m5stack BOARD=M5STACK_NanoC6 pack_all
219219 make ${MAKEOPTS} -C m5stack BOARD=M5STACK_Paper pack_all
220+ make ${MAKEOPTS} -C m5stack BOARD=M5STACK_PaperS3 pack_all
220221 make ${MAKEOPTS} -C m5stack BOARD=M5STACK_Stamp_PICO pack_all
221222 make ${MAKEOPTS} -C m5stack BOARD=M5STACK_StampS3 pack_all
222223 make ${MAKEOPTS} -C m5stack BOARD=M5STACK_Station pack_all
You can’t perform that action at this time.
0 commit comments