File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,25 @@ jobs:
36
36
matrix :
37
37
board :
38
38
- fqbn : arduino:samd:mkrwifi1010
39
+ platforms : |
40
+ - name: arduino:samd
41
+ artifact-name-suffix : arduino-samd-mkrwifi1010
39
42
- fqbn : arduino:samd:mkrvidor4000
43
+ platforms : |
44
+ - name: arduino:samd
45
+ artifact-name-suffix : arduino-samd-mkrvidor4000
40
46
- fqbn : arduino:samd:nano_33_iot
47
+ platforms : |
48
+ - name: arduino:samd
49
+ artifact-name-suffix : arduino-samd-nano_33_iot
41
50
- fqbn : arduino:megaavr:uno2018:mode=on
51
+ platforms : |
52
+ - name: arduino:megaavr
53
+ artifact-name-suffix : arduino-megaavr-uno2018
42
54
- fqbn : arduino:mbed_nano:nanorp2040connect
55
+ platforms : |
56
+ - name: arduino:mbed_nano
57
+ artifact-name-suffix : arduino-mbed_nano-nanorp2040connect
43
58
44
59
steps :
45
60
- name : Checkout
64
79
uses : actions/upload-artifact@v4
65
80
with :
66
81
if-no-files-found : error
67
- name : ${{ env.SKETCHES_REPORTS_PATH }}
68
82
path : ${{ env.SKETCHES_REPORTS_PATH }}
83
+ 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 "Compile Examples" 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