File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 34
34
- fqbn : arduino:megaavr:uno2018
35
35
platforms : |
36
36
- name: arduino:megaavr
37
+ artifact-name-suffix : arduino-megaavr-uno2018
37
38
- fqbn : arduino:samd:nano_33_iot
38
39
platforms : |
39
40
- name: arduino:samd
41
+ artifact-name-suffix : arduino-samd-nano_33_iot
40
42
41
43
steps :
42
44
- name : Checkout repository
63
65
with :
64
66
if-no-files-found : error
65
67
path : ${{ env.SKETCHES_REPORTS_PATH }}
66
- name : ${{ env.SKETCHES_REPORTS_PATH }}
68
+ 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