File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -46,14 +46,17 @@ jobs:
46
46
- examples/Portenta H7 as a WiFi Access Point/SimpleWebServer
47
47
- examples/Setting Up Portenta H7 For Arduino/Blink
48
48
- examples/Vision Shield to SD Card bmp/visionShieldBitmap
49
+ artifact-name-suffix : arduino-mbed_portenta-envie_m7
49
50
50
51
- fqbn : arduino:mbed_portenta:envie_m7:target_core=cm4
51
52
sketch-paths : |
52
53
- examples/Dual Core Processing/BlinkGreenLed_M4
54
+ artifact-name-suffix : arduino-mbed_portenta-envie_m7-target_core-cm4
53
55
54
56
- fqbn : arduino:mbed_edge:edge_control
55
57
sketch-paths : |
56
58
- examples/Edge Control Getting Started
59
+ artifact-name-suffix : arduino-mbed_edge-edge_control
57
60
58
61
steps :
59
62
- name : Checkout
86
89
uses : actions/upload-artifact@v4
87
90
with :
88
91
if-no-files-found : error
89
- name : ${{ env.SKETCHES_REPORTS_PATH }}
92
+ name : sketches-report- ${{ matrix.board.artifact-name-suffix }}
90
93
path : ${{ env.SKETCHES_REPORTS_PATH }}
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