Skip to content

Arduino Pre-Release v3.2.0-RC2 based on ESP-IDF v5.4 #70

Arduino Pre-Release v3.2.0-RC2 based on ESP-IDF v5.4

Arduino Pre-Release v3.2.0-RC2 based on ESP-IDF v5.4 #70

Workflow file for this run

name: ESP32 Arduino Release
on:
release:
types: published
jobs:
build:
name: Publish Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: "3.x"
- run: pip install packaging
- run: pip install pyserial
- name: Build Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: bash ./.github/scripts/on-release.sh