@@ -34,27 +34,27 @@ jobs:
34
34
platforms : |
35
35
- name: rp2040:rp2040
36
36
source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
37
+ artifact-name-suffix : rp2040-rp2040-arduino_nano_connect
37
38
- fqbn : rp2040:rp2040:rpipico
38
39
platforms : |
39
40
- name: rp2040:rp2040
40
41
source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
42
+ artifact-name-suffix : rp2040-rp2040-rpipico
41
43
- fqbn : arduino:renesas_portenta:portenta_c33
42
44
platforms : |
43
45
- name: arduino:renesas_portenta
46
+ artifact-name-suffix : renesas-portenta-portenta-c33
44
47
- fqbn : arduino:renesas_uno:minima
45
48
platforms : |
46
49
- name: arduino:renesas_uno
50
+ artifact-name-suffix : renesas-uno-minima
47
51
48
52
steps :
49
53
- name : Checkout
50
54
uses : actions/checkout@v4
51
55
52
- - name : Install ESP32 platform dependencies
53
- if : startsWith(matrix.board.fqbn, 'esp32:esp32')
54
- run : pip3 install pyserial
55
-
56
56
- name : Compile examples
57
- uses : arduino/compile-sketches@main
57
+ uses : arduino/compile-sketches@v1
58
58
with :
59
59
fqbn : ${{ matrix.board.fqbn }}
60
60
platforms : ${{ matrix.board.platforms }}
67
67
if : github.event_name == 'pull_request'
68
68
uses : actions/upload-artifact@v4
69
69
with :
70
- name : ${{ env.SKETCHES_REPORTS_PATH }}
70
+ if-no-files-found : error
71
71
path : ${{ env.SKETCHES_REPORTS_PATH }}
72
+ name : sketches-report-${{ matrix.board.artifact-name-suffix }}
0 commit comments