From 5f9aae62b9982de81fa63df160d115825a82b58b Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Thu, 6 Aug 2026 03:04:05 +0300 Subject: [PATCH] Upload all binaries to artifacts --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 53216e9..62cd0fa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,15 +18,15 @@ jobs: env: ARDUINO_SKETCH_ALWAYS_EXPORT_BINARIES: 1 run: make + - name: Build firmware for ESP32-C3 + run: make BOARD=esp32:esp32:esp32c3 + - name: Build firmware for ESP32-S3 + run: make BOARD=esp32:esp32:esp32s3 - name: Upload binaries uses: actions/upload-artifact@v4 with: name: firmware-binary path: flix/build - - name: Build firmware for ESP32-C3 - run: make BOARD=esp32:esp32:esp32c3 - - name: Build firmware for ESP32-S3 - run: make BOARD=esp32:esp32:esp32s3 - name: Build espnow-proxy run: arduino-cli compile --fqbn esp32:esp32:esp32 tools/espnow-proxy - name: Check c_cpp_properties.json