17
17
run : source tools/ci.sh && ci_esp32_idf504_setup
18
18
- name : Build
19
19
run : source tools/ci.sh && ci_esp32_nightly_build
20
+ - name : Deliver AirQ firmware
21
+ uses : actions/upload-artifact@v3
22
+ with :
23
+ name : M5STACK_AirQ_firmware
24
+ path : ./m5stack/build-M5STACK_AirQ/uiflow-*.bin
20
25
- name : Deliver AtomS3 firmware
21
26
uses : actions/upload-artifact@v3
22
27
with :
@@ -27,58 +32,88 @@ jobs:
27
32
with :
28
33
name : M5STACK_AtomS3-Lite_firmware
29
34
path : ./m5stack/build-M5STACK_AtomS3_Lite/uiflow-*.bin
30
- - name : Deliver StampS3 firmware
35
+ - name : Deliver AtomS3U firmware
31
36
uses : actions/upload-artifact@v3
32
37
with :
33
- name : M5STACK_StampS3_firmware
34
- path : ./m5stack/build-M5STACK_StampS3 /uiflow-*.bin
35
- - name : Deliver CoreS3 firmware
38
+ name : M5STACK_AtomS3U_firmware
39
+ path : ./m5stack/build-M5STACK_AtomS3U /uiflow-*.bin
40
+ - name : Deliver Basic firmware
36
41
uses : actions/upload-artifact@v3
37
42
with :
38
- name : M5STACK_CoreS3_firmware
39
- path : ./m5stack/build-M5STACK_CoreS3 /uiflow-*.bin
40
- - name : Deliver AtomS3U firmware
43
+ name : M5STACK_Basic_firmware
44
+ path : ./m5stack/build-M5STACK_Basic /uiflow-*.bin
45
+ - name : Deliver Basic(4MB Flash) firmware
41
46
uses : actions/upload-artifact@v3
42
47
with :
43
- name : M5STACK_AtomS3U_firmware
44
- path : ./m5stack/build-M5STACK_AtomS3U/uiflow-*.bin
48
+ name : M5STACK_Basic_4MB_Flash_firmware
49
+ path : ./m5stack/build-M5STACK_Basic_4MB/uiflow-*.bin
50
+ - name : Deliver Capsule firmware
51
+ uses : actions/upload-artifact@v3
52
+ with :
53
+ name : M5STACK_Capsule_firmware
54
+ path : ./m5stack/build-M5STACK_Capsule/uiflow-*.bin
55
+ - name : Deliver Cardputer firmware
56
+ uses : actions/upload-artifact@v3
57
+ with :
58
+ name : M5STACK_Cardputer_firmware
59
+ path : ./m5stack/build-M5STACK_Cardputer/uiflow-*.bin
45
60
- name : Deliver Core2 firmware
46
61
uses : actions/upload-artifact@v3
47
62
with :
48
63
name : M5STACK_Core2_firmware
49
64
path : ./m5stack/build-M5STACK_Core2/uiflow-*.bin
50
- - name : Deliver StickC_PLUS2 firmware
65
+ - name : Deliver CoreInk firmware
51
66
uses : actions/upload-artifact@v3
52
67
with :
53
- name : M5STACK_StickC_PLUS2_firmware
54
- path : ./m5stack/build-M5STACK_StickC_PLUS2 /uiflow-*.bin
55
- - name : Deliver StickC_PLUS firmware
68
+ name : M5STACK_CoreInk_firmware
69
+ path : ./m5stack/build-M5STACK_CoreInk /uiflow-*.bin
70
+ - name : Deliver CoreS3 firmware
56
71
uses : actions/upload-artifact@v3
57
72
with :
58
- name : M5STACK_StickC_PLUS_firmware
59
- path : ./m5stack/build-M5STACK_StickC_PLUS/uiflow-*.bin
73
+ name : M5STACK_CoreS3_firmware
74
+ path : ./m5stack/build-M5STACK_CoreS3/uiflow-*.bin
75
+ - name : Deliver Dial firmware
76
+ uses : actions/upload-artifact@v3
77
+ with :
78
+ name : M5STACK_Dial_firmware
79
+ path : ./m5stack/build-M5STACK_Dial/uiflow-*.bin
80
+ - name : Deliver DinMeter firmware
81
+ uses : actions/upload-artifact@v3
82
+ with :
83
+ name : M5STACK_DinMeter_firmware
84
+ path : ./m5stack/build-M5STACK_DinMeter/uiflow-*.bin
60
85
- name : Deliver Fire firmware
61
86
uses : actions/upload-artifact@v3
62
87
with :
63
88
name : M5STACK_Fire_firmware
64
89
path : ./m5stack/build-M5STACK_Fire/uiflow-*.bin
65
- - name : Deliver Basic firmware
90
+ - name : Deliver Paper firmware
66
91
uses : actions/upload-artifact@v3
67
92
with :
68
- name : M5STACK_Basic_firmware
69
- path : ./m5stack/build-M5STACK_Basic /uiflow-*.bin
70
- - name : Deliver Basic(4MB Flash) firmware
93
+ name : M5STACK_Paper_firmware
94
+ path : ./m5stack/build-M5STACK_Paper /uiflow-*.bin
95
+ - name : Deliver StampS3 firmware
71
96
uses : actions/upload-artifact@v3
72
97
with :
73
- name : M5STACK_Basic_4MB_Flash_firmware
74
- path : ./m5stack/build-M5STACK_Basic_4MB /uiflow-*.bin
75
- - name : Deliver Capsule firmware
98
+ name : M5STACK_StampS3_firmware
99
+ path : ./m5stack/build-M5STACK_StampS3 /uiflow-*.bin
100
+ - name : Deliver StickC firmware
76
101
uses : actions/upload-artifact@v3
77
102
with :
78
- name : M5STACK_Capsule_firmware
79
- path : ./m5stack/build-M5STACK_Capsule /uiflow-*.bin
80
- - name : Deliver Dial firmware
103
+ name : M5STACK_StickC_firmware
104
+ path : ./m5stack/build-M5STACK_StickC /uiflow-*.bin
105
+ - name : Deliver StickC_PLUS firmware
81
106
uses : actions/upload-artifact@v3
82
107
with :
83
- name : M5STACK_Dial_firmware
84
- path : ./m5stack/build-M5STACK_Dial/uiflow-*.bin
108
+ name : M5STACK_StickC_PLUS_firmware
109
+ path : ./m5stack/build-M5STACK_StickC_PLUS/uiflow-*.bin
110
+ - name : Deliver StickC_PLUS2 firmware
111
+ uses : actions/upload-artifact@v3
112
+ with :
113
+ name : M5STACK_StickC_PLUS2_firmware
114
+ path : ./m5stack/build-M5STACK_StickC_PLUS2/uiflow-*.bin
115
+ - name : Deliver Tough firmware
116
+ uses : actions/upload-artifact@v3
117
+ with :
118
+ name : M5STACK_Tough_firmware
119
+ path : ./m5stack/build-M5STACK_Tough/uiflow-*.bin
0 commit comments