@@ -40,38 +40,55 @@ jobs:
40
40
board :
41
41
- fqbn : arduino:samd:mkr1000
42
42
type : mkr1000
43
+ artifact-name-suffix : arduino-samd-mkr1000
43
44
- fqbn : arduino:samd:mkrwifi1010
44
45
type : nina
46
+ artifact-name-suffix : arduino-samd-mkrwifi1010
45
47
- fqbn : arduino:samd:nano_33_iot
46
48
type : nina
49
+ artifact-name-suffix : arduino-samd-nano_33_iot
47
50
- fqbn : arduino:samd:mkrwan1300
48
51
type : wan
52
+ artifact-name-suffix : arduino-samd-mkrwan1300
49
53
- fqbn : arduino:samd:mkrgsm1400
50
54
type : gsm
55
+ artifact-name-suffix : arduino-samd-mkrgsm1400
51
56
- fqbn : arduino:samd:mkrnb1500
52
57
type : nb
58
+ artifact-name-suffix : arduino-samd-mkrnb1500
53
59
- fqbn : arduino:mbed_portenta:envie_m7
54
60
type : mbed_portenta
61
+ artifact-name-suffix : arduino-mbed_portenta-envie_m7
55
62
- fqbn : esp8266:esp8266:huzzah
56
63
type : esp8266
64
+ artifact-name-suffix : esp8266-esp8266-huzzah
57
65
- fqbn : esp32:esp32:esp32
58
66
type : esp32
67
+ artifact-name-suffix : esp32-esp32-esp32
59
68
- fqbn : arduino:mbed_nano:nanorp2040connect
60
69
type : nina
70
+ artifact-name-suffix : arduino-mbed_nano-nanorp2040connect
61
71
- fqbn : arduino:mbed_nicla:nicla_vision
62
72
type : mbed_nicla
73
+ artifact-name-suffix : arduino-mbed_nicla-nicla_vision
63
74
- fqbn : arduino:mbed_opta:opta
64
75
type : mbed_opta
76
+ artifact-name-suffix : arduino-mbed_opta-opta
65
77
- fqbn : arduino:mbed_giga:giga
66
78
type : mbed_giga
79
+ artifact-name-suffix : arduino-mbed_giga-giga
67
80
- fqbn : arduino:renesas_portenta:portenta_c33
68
81
type : renesas_portenta
82
+ artifact-name-suffix : arduino-renesas_portenta-portenta_c33
69
83
- fqbn : arduino:renesas_uno:unor4wifi
70
84
type : renesas_uno
85
+ artifact-name-suffix : arduino-renesas_uno-unor4wifi
71
86
- fqbn : arduino:esp32:nano_nora
72
87
type : arduino_esp32
88
+ artifact-name-suffix : arduino-esp32-nano_nora
73
89
- fqbn : arduino:mbed_edge:edge_control
74
90
type : mbed_edge
91
+ artifact-name-suffix : arduino-mbed_edge-edge_control
75
92
76
93
77
94
# make board type-specific customizations to the matrix jobs
@@ -279,5 +296,5 @@ jobs:
279
296
if : github.event_name == 'pull_request'
280
297
uses : actions/upload-artifact@v4
281
298
with :
282
- name : ${{ env.SKETCHES_REPORTS_PATH }}
299
+ name : sketches-report- ${{ matrix.board.artifact-name-suffix }}
283
300
path : ${{ env.SKETCHES_REPORTS_PATH }}
0 commit comments