We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4b4613 commit 37e6ef4Copy full SHA for 37e6ef4
.github/workflows/compile-examples.yml
@@ -37,8 +37,10 @@ jobs:
37
board:
38
- fqbn: "esp32:esp32:esp32"
39
type: esp32
40
+ artifact-name-suffix: esp32-esp32-esp32
41
- fqbn: "arduino:esp32:nano_nora"
42
type: arduino_esp32
43
+ artifact-name-suffix: arduino-esp32-arduino_esp32
44
45
include:
46
- board:
@@ -52,7 +54,6 @@ jobs:
52
54
- examples/OTA_Arduino_Server
53
55
- examples/OTA_GitHub_Server
56
- examples/LOLIN_32_Blink
- artifact-name-suffix: esp32-esp32-esp32
57
58
59
platforms: |
@@ -63,7 +64,6 @@ jobs:
63
64
65
66
- examples/NANO_ESP32_Blink
- artifact-name-suffix: arduino-esp32-arduino_esp32
67
68
steps:
69
- name: Checkout
0 commit comments