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 @@ -37,18 +37,23 @@ jobs:
37
37
- fqbn : arduino:avr:leonardo
38
38
platforms : |
39
39
- name: arduino:avr
40
+ artifact-name-suffix : arduino-avr-leonardo
40
41
- fqbn : arduino:sam:arduino_due_x_dbg
41
42
platforms : |
42
43
- name: arduino:sam
44
+ artifact-name-suffix : arduino-sam-arduino_due_x_dbg
43
45
- fqbn : arduino:samd:arduino_zero_edbg
44
46
platforms : |
45
47
- name: arduino:samd
48
+ artifact-name-suffix : arduino-samd-arduino_zero_edbg
46
49
- fqbn : arduino:samd:mkrzero
47
50
platforms : |
48
51
- name: arduino:samd
52
+ artifact-name-suffix : arduino-samd-mkrzero
49
53
- fqbn : arduino:samd:nano_33_iot
50
54
platforms : |
51
55
- name: arduino:samd
56
+ artifact-name-suffix : arduino-samd-nano_33_iot
52
57
53
58
steps :
54
59
- name : Checkout repository
81
86
with :
82
87
if-no-files-found : error
83
88
path : ${{ env.SKETCHES_REPORTS_PATH }}
84
- name : ${{ env.SKETCHES_REPORTS_PATH }}
89
+ 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