File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 36
36
# See: https://github.com/arduino/compile-sketches#platforms
37
37
platforms : |
38
38
- name: arduino:mbed_nano
39
+ artifact-name-suffix : arduino-mbed_nano-nanorp2040connect
39
40
40
41
steps :
41
42
- name : Checkout repository
62
63
with :
63
64
if-no-files-found : error
64
65
path : ${{ env.SKETCHES_REPORTS_PATH }}
65
- name : ${{ env.SKETCHES_REPORTS_PATH }}
66
+ name : sketches-report- ${{ matrix.board.artifact-name-suffix }}
Original file line number Diff line number Diff line change 20
20
- name : Comment size deltas reports to PRs
21
21
uses : arduino/report-size-deltas@v1
22
22
with :
23
- # The name of the workflow artifact created by the sketch compilation workflow
24
- sketches-reports-source : sketches-reports
23
+ # Regex matching the names of the workflow artifacts created by the "Compile Examples" workflow
24
+ sketches-reports-source : ^ sketches-report-.+
You can’t perform that action at this time.
0 commit comments