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 4444 - examples/OTA_Usage_Portenta
4545 - examples/LZSS
4646 - examples/OTA_Qspi_Flash_download_onthefly
47+ artifact-name-suffix : arduino-mbed_portenta-envie_m7
4748 - fqbn : arduino:mbed_nicla:nicla_vision
4849 platforms : |
4950 - name: arduino:mbed_nicla
5455 - examples/OTA_Usage_Portenta
5556 - examples/LZSS
5657 - examples/OTA_Qspi_Flash_download_onthefly
58+ artifact-name-suffix : arduino-mbed_nicla-nicla_vision
5759 - fqbn : arduino:mbed_opta:opta
5860 platforms : |
5961 - name: arduino:mbed_opta
6567 - examples/OTA_Usage_Portenta
6668 - examples/LZSS
6769 - examples/OTA_Qspi_Flash_download_onthefly
70+ artifact-name-suffix : arduino-mbed_opta-opta
6871 - fqbn : arduino:mbed_giga:giga
6972 platforms : |
7073 - name: arduino:mbed_giga
7578 - examples/OTA_Usage_Portenta
7679 - examples/LZSS
7780 - examples/OTA_Qspi_Flash_download_onthefly
81+ artifact-name-suffix : arduino-mbed_giga-giga
7882
7983 steps :
8084 - name : Checkout
98102 - name : Save memory usage change report as artifact
99103 uses : actions/upload-artifact@v4
100104 with :
101- name : ${{ env.SKETCHES_REPORTS_PATH }}
105+ if-no-files-found : error
102106 path : ${{ env.SKETCHES_REPORTS_PATH }}
107+ name : sketches-report-${{ matrix.board.artifact-name-suffix }}
Original file line number Diff line number Diff line change 1717 - name : Comment size deltas reports to PRs
1818 uses : arduino/report-size-deltas@main
1919 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