Skip to content

Commit

Permalink
Fix - artifact-name-suffix belongs to matrix.board.fqbn. (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger authored Mar 4, 2024
1 parent e4b4613 commit 37e6ef4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ jobs:
board:
- fqbn: "esp32:esp32:esp32"
type: esp32
artifact-name-suffix: esp32-esp32-esp32
- fqbn: "arduino:esp32:nano_nora"
type: arduino_esp32
artifact-name-suffix: arduino-esp32-arduino_esp32

include:
- board:
Expand All @@ -52,7 +54,6 @@ jobs:
- examples/OTA_Arduino_Server
- examples/OTA_GitHub_Server
- examples/LOLIN_32_Blink
artifact-name-suffix: esp32-esp32-esp32
- board:
type: arduino_esp32
platforms: |
Expand All @@ -63,7 +64,6 @@ jobs:
- examples/OTA_Arduino_Server
- examples/OTA_GitHub_Server
- examples/NANO_ESP32_Blink
artifact-name-suffix: arduino-esp32-arduino_esp32
steps:
- name: Checkout
Expand Down

0 comments on commit 37e6ef4

Please sign in to comment.