File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -44,19 +44,23 @@ jobs:
44
44
platforms : |
45
45
- name: arduino:mbed_nicla
46
46
sketch-paths :
47
+ artifact-name-suffix : arduino-mbed_nicla-nicla_vision
47
48
- fqbn : arduino:mbed_portenta:envie_m7:target_core=cm4
48
49
platforms : |
49
50
- name: arduino:mbed_portenta
50
51
sketch-paths :
52
+ artifact-name-suffix : arduino-mbed_portenta-envie_m7-target_core-cm4
51
53
- fqbn : arduino:mbed_portenta:envie_m7
52
54
platforms : |
53
55
- name: arduino:mbed_portenta
54
56
sketch-paths :
57
+ artifact-name-suffix : arduino-mbed_portenta-envie_m7
55
58
- fqbn : arduino:renesas_portenta:portenta_c33
56
59
platforms : |
57
60
- name: arduino:renesas_portenta
58
61
sketch-paths : |
59
62
- examples/C33-Low-Power
63
+ artifact-name-suffix : arduino-renesas_portenta-portenta_c33
60
64
61
65
steps :
62
66
- name : Checkout repository
84
88
with :
85
89
if-no-files-found : error
86
90
path : ${{ env.SKETCHES_REPORTS_PATH }}
87
- name : ${{ env.SKETCHES_REPORTS_PATH }}
91
+ name : sketches-report- ${{ matrix.board.artifact-name-suffix }}
Original file line number Diff line number Diff line change 23
23
- name : Comment size deltas reports to PRs
24
24
uses : arduino/report-size-deltas@v1
25
25
with :
26
- # The name of the workflow artifact created by the sketch compilation workflow
27
- sketches-reports-source : sketches-reports
26
+ # Regex matching the names of the workflow artifacts created by the "Compile Examples" workflow
27
+ sketches-reports-source : ^ sketches-report-.+
You can’t perform that action at this time.
0 commit comments