File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -42,18 +42,23 @@ jobs:
42
42
- fqbn : arduino:megaavr:uno2018:mode=off
43
43
ethernet : true
44
44
nina : true
45
+ artifact-name-suffix : arduino-megaavr-uno2018
45
46
- fqbn : arduino:samd:mkrwifi1010
46
47
ethernet : true
47
48
nina : true
49
+ artifact-name-suffix : arduino-samd-mkrwifi1010
48
50
- fqbn : arduino:mbed_nano:nano33ble
49
51
ethernet : false
50
52
nina : false
53
+ artifact-name-suffix : arduino-mbed_nano-nano33ble
51
54
- fqbn : arduino:mbed_portenta:envie_m7
52
55
ethernet : false
53
56
nina : false
57
+ artifact-name-suffix : arduino-mbed_portenta-envie_m7
54
58
- fqbn : arduino:mbed_opta:opta
55
59
ethernet : true
56
60
nina : false
61
+ artifact-name-suffix : arduino-mbed_opta-opta
57
62
58
63
# Make board type-specific customizations to the matrix jobs
59
64
include :
@@ -110,5 +115,5 @@ jobs:
110
115
uses : actions/upload-artifact@v4
111
116
with :
112
117
if-no-files-found : error
113
- name : ${{ env.SKETCHES_REPORTS_PATH }}
118
+ name : sketches-report- ${{ matrix.board.artifact-name-suffix }}
114
119
path : ${{ env.SKETCHES_REPORTS_PATH }}
You can’t perform that action at this time.
0 commit comments