Skip to content

Commit 37e6ef4

Browse files
authored
Fix - artifact-name-suffix belongs to matrix.board.fqbn. (#32)
1 parent e4b4613 commit 37e6ef4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/compile-examples.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ jobs:
3737
board:
3838
- fqbn: "esp32:esp32:esp32"
3939
type: esp32
40+
artifact-name-suffix: esp32-esp32-esp32
4041
- fqbn: "arduino:esp32:nano_nora"
4142
type: arduino_esp32
43+
artifact-name-suffix: arduino-esp32-arduino_esp32
4244

4345
include:
4446
- board:
@@ -52,7 +54,6 @@ jobs:
5254
- examples/OTA_Arduino_Server
5355
- examples/OTA_GitHub_Server
5456
- examples/LOLIN_32_Blink
55-
artifact-name-suffix: esp32-esp32-esp32
5657
- board:
5758
type: arduino_esp32
5859
platforms: |
@@ -63,7 +64,6 @@ jobs:
6364
- examples/OTA_Arduino_Server
6465
- examples/OTA_GitHub_Server
6566
- examples/NANO_ESP32_Blink
66-
artifact-name-suffix: arduino-esp32-arduino_esp32
6767
6868
steps:
6969
- name: Checkout

0 commit comments

Comments
 (0)