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 52
52
- examples/OTA_Arduino_Server
53
53
- examples/OTA_GitHub_Server
54
54
- examples/LOLIN_32_Blink
55
+ artifact-name-suffix : esp32-esp32-esp32
55
56
- board :
56
57
type : arduino_esp32
57
58
platforms : |
62
63
- examples/OTA_Arduino_Server
63
64
- examples/OTA_GitHub_Server
64
65
- examples/NANO_ESP32_Blink
66
+ artifact-name-suffix : arduino-esp32-arduino_esp32
65
67
66
68
steps :
67
69
- name : Checkout
89
91
- name : Save memory usage change report as artifact
90
92
uses : actions/upload-artifact@v4
91
93
with :
92
- name : ${{ env.SKETCHES_REPORTS_PATH }}
94
+ name : sketches-report- ${{ matrix.board.artifact-name-suffix }}
93
95
if-no-files-found : error
94
96
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 "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