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 41
41
platforms : |
42
42
- name: esp8266:esp8266
43
43
source-url: https://arduino.esp8266.com/stable/package_esp8266com_index.json
44
+ artifact-name-suffix : esp8266-esp8266-huzzah
44
45
45
46
steps :
46
47
- name : Checkout repository
67
68
with :
68
69
if-no-files-found : error
69
70
path : ${{ env.SKETCHES_REPORTS_PATH }}
70
- name : ${{ env.SKETCHES_REPORTS_PATH }}
71
+ 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