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 @@ -48,15 +48,19 @@ jobs:
48
48
- fqbn : arduino:mbed_nano:nano33ble
49
49
platforms : |
50
50
- name: arduino:mbed_nano
51
+ artifact-name-suffix : arduino-mbed_nano-nano33ble
51
52
- fqbn : arduino:mbed_nano:nanorp2040connect
52
53
platforms : |
53
54
- name: arduino:mbed_nano
55
+ artifact-name-suffix : arduino-mbed_nano-nanorp2040connect
54
56
- fqbn : arduino:mbed_portenta:envie_m7:target_core=cm4
55
57
platforms : |
56
58
- name: arduino:mbed_portenta
59
+ artifact-name-suffix : arduino-mbed_portenta-envie_m7-target_core-cm4
57
60
- fqbn : arduino:mbed_portenta:envie_m7:target_core=cm7
58
61
platforms : |
59
62
- name: arduino:mbed_portenta
63
+ artifact-name-suffix : arduino-mbed_portenta-envie_m7
60
64
61
65
steps :
62
66
- name : Checkout
@@ -101,6 +105,6 @@ jobs:
101
105
- name : Save memory usage change report as artifact
102
106
uses : actions/upload-artifact@v4
103
107
with :
104
- name : ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }}
108
+ name : sketches-report- ${{ matrix.board.artifact-name-suffix }}
105
109
if-no-files-found : error
106
110
path : ${{ env.SKETCHES_REPORTS_PATH }}
Original file line number Diff line number Diff line change 25
25
- name : Comment size deltas reports to PRs
26
26
uses : arduino/report-size-deltas@v1
27
27
with :
28
- # The name of the workflow artifact created by the sketch compilation workflow
29
- sketches-reports-source : sketches-reports
28
+ # Regex matching the names of the workflow artifacts created by the "Compile Examples" workflow
29
+ sketches-reports-source : ^ sketches-report-.+
You can’t perform that action at this time.
0 commit comments