File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,23 @@ jobs:
34
34
matrix :
35
35
board :
36
36
- fqbn : arduino:mbed:nano33ble
37
+ id : nano33ble
37
38
- fqbn : arduino:mbed:envie_m7
39
+ id : envie_m7
38
40
- fqbn : arduino:mbed:nanorp2040connect
41
+ id : nanorp2040connect
39
42
- fqbn : arduino:mbed:nicla_sense
43
+ id : nicla_sense
40
44
- fqbn : arduino:mbed:nicla_vision
45
+ id : nicla_vision
41
46
- fqbn : arduino:mbed:opta
47
+ id : opta
42
48
- fqbn : arduino:mbed:giga
49
+ id : giga
43
50
- fqbn : arduino:mbed:nicla_voice
51
+ id : nicla_voice
44
52
- fqbn : arduino:mbed:edge_control
53
+ id : edge_control
45
54
46
55
# compile only the examples compatible with each board
47
56
include :
@@ -229,4 +238,4 @@ jobs:
229
238
uses : actions/upload-artifact@v4
230
239
with :
231
240
path : ${{ env.SKETCHES_REPORTS_PATH }}
232
- name : ${{ env.SKETCHES_REPORTS_PATH }}
241
+ name : ${{ env.SKETCHES_REPORTS_PATH }}-${{ matrix.board.id }}
You can’t perform that action at this time.
0 commit comments