File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,15 @@ jobs:
34
34
- fqbn : arduino:avr:leonardo
35
35
platforms : |
36
36
- name: arduino:avr
37
+ artifact-name-suffix : arduino-avr-leonardo
37
38
- fqbn : arduino:sam:arduino_due_x_dbg
38
39
platforms : |
39
40
- name: arduino:sam
41
+ artifact-name-suffix : arduino-sam-arduino_due_x_dbg
40
42
- fqbn : arduino:samd:mkrzero
41
43
platforms : |
42
44
- name: arduino:samd
45
+ artifact-name-suffix : arduino-samd-mkrzero
43
46
44
47
steps :
45
48
- name : Checkout repository
66
69
with :
67
70
if-no-files-found : error
68
71
path : ${{ env.SKETCHES_REPORTS_PATH }}
69
- name : ${{ env.SKETCHES_REPOR
7DBF
TS_PATH }}
72
+ 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