File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 44
44
- examples/OTA_Usage_Portenta
45
45
- examples/LZSS
46
46
- examples/OTA_Qspi_Flash_download_onthefly
47
+ artifact-name-suffix : arduino-mbed_portenta-envie_m7
47
48
- fqbn : arduino:mbed_nicla:nicla_vision
48
49
platforms : |
49
50
- name: arduino:mbed_nicla
54
55
- examples/OTA_Usage_Portenta
55
56
- examples/LZSS
56
57
- examples/OTA_Qspi_Flash_download_onthefly
58
+ artifact-name-suffix : arduino-mbed_nicla-nicla_vision
57
59
- fqbn : arduino:mbed_opta:opta
58
60
platforms : |
59
61
- name: arduino:mbed_opta
65
67
- examples/OTA_Usage_Portenta
66
68
- examples/LZSS
67
69
- examples/OTA_Qspi_Flash_download_onthefly
70
+ artifact-name-suffix : arduino-mbed_opta-opta
68
71
- fqbn : arduino:mbed_giga:giga
69
72
platforms : |
70
73
- name: arduino:mbed_giga
75
78
- examples/OTA_Usage_Portenta
76
79
- examples/LZSS
77
80
- examples/OTA_Qspi_Flash_download_onthefly
81
+ artifact-name-suffix : arduino-mbed_giga-giga
78
82
79
83
steps :
80
84
- name : Checkout
98
102
- name : Save memory usage change report as artifact
99
103
uses : actions/upload-artifact@v4
100
104
with :
101
- name : ${{ env.SKETCHES_REPORTS_PATH }}
105
+ if-no-files-found : error
102
106
path : ${{ env.SKETCHES_REPORTS_PATH }}
107
+ name : sketches-report-${{ matrix.board.artifact-name-suffix }}
Original file line number Diff line number Diff line change 17
17
- name : Comment size deltas reports to PRs
18
18
uses : arduino/report-size-deltas@main
19
19
with :
20
- # The name of the workflow artifact created by the "Compile Examples" workflow
21
- sketches-reports-source : sketches-reports
20
+ # Regex matching the names of the workflow artifacts created by the "Compile Examples" workflow
21
+ sketches-reports-source : ^ sketches-report-.+
You can’t perform that action at this time.
0 commit comments