File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,10 @@ jobs:
34
34
35
35
matrix :
36
36
board :
37
- # TODO: Add list of boards to compile for here:
38
37
- fqbn : arduino:mbed_edge:edge_control
39
- # TODO: Define the board's platform dependencies here.
40
- # See: https://github.com/arduino/compile-sketches#platforms
41
38
platforms : |
42
39
- name: arduino:mbed_edge
40
+ artifact-name-suffix : arduino-mbed_edge-edge_control
43
41
44
42
steps :
45
43
- name : Checkout repository
72
70
with :
73
71
if-no-files-found : error
74
72
path : ${{ env.SKETCHES_REPORTS_PATH }}
75
- name : ${{ env.SKETCHES_REPORTS_PATH }}
73
+ name : sketches-report- ${{ matrix.board.artifact-name-suffix }}
Original file line number Diff line number Diff line change 21
21
- name : Comment size deltas reports to PRs
22
22
uses : arduino/report-size-deltas@v1
23
23
with :
24
- # The name of the workflow artifact created by the sketch compilation workflow
25
- sketches-reports-source : sketches-reports
24
+ # Regex matching the names of the workflow artifacts created by the "Compile Examples" workflow
25
+ sketches-reports-source : ^ sketches-report-.+
You can’t perform that action at this time.
0 commit comments