Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add boot_app0.bin file to ESP32 zip #227

Merged
merged 14 commits into from
Mar 8, 2022
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -102,6 +102,8 @@ jobs:
- name: Install extra Arduino libraries
run: |
git clone --quiet https://github.com/brentru/Adafruit_MQTT_Library.git /home/runner/Arduino/libraries/Adafruit_MQTT_Library
- name: dump arduino-cli config
run: arduino-cli config dump
- name: build ESP32 platforms
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }}
- name: Rename build artifacts to reflect the platform name