Download binaries to docs site

This commit is contained in:
Oleg Kalachev
2026-08-09 04:23:16 +03:00
parent 2decd2d6dd
commit 51ca049b97
2 changed files with 39 additions and 2 deletions
+4 -2
View File
@@ -10,14 +10,16 @@ on:
jobs:
build_linux:
runs-on: ubuntu-latest
env:
ARDUINO_SKETCH_ALWAYS_EXPORT_BINARIES: 1
steps:
- uses: actions/checkout@v4
- name: Install Arduino CLI
run: curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=/usr/local/bin sh
- name: Build firmware
env:
ARDUINO_SKETCH_ALWAYS_EXPORT_BINARIES: 1
run: make
- name: Build firmware for ESP32 Dev Module
run: make BOARD=esp32:esp32:esp32
- name: Build firmware for ESP32-C3
run: make BOARD=esp32:esp32:esp32c3
- name: Build firmware for ESP32-S3