From e49f3e7cc36ace415db4090201a69fd977aacf72 Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Mon, 4 Mar 2024 06:19:17 +0100 Subject: [PATCH] Fix - artifact-name-suffix belongs to matrix.board.fqbn. --- .github/workflows/compile-examples.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index a47a677..7e3b5b7 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -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: @@ -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: | @@ -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