Skip to content

Arduino Pre-Release v3.1.0-RC3 based on ESP-IDF v5.3.1+ #64

Arduino Pre-Release v3.1.0-RC3 based on ESP-IDF v5.3.1+

Arduino Pre-Release v3.1.0-RC3 based on ESP-IDF v5.3.1+ #64

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