forked fromespressif/arduino-esp32
Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7
v2.0.17-arduino.4#16
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| name:ESP32 Arduino Release | |
| on: | |
| release: | |
| types:published | |
| jobs: | |
| build: | |
| name:Publish Release | |
| runs-on:ubuntu-latest | |
| steps: | |
| -uses:actions/checkout@v3 | |
| with: | |
| fetch-depth:0 | |
| -uses:actions/setup-python@v4 | |
| with: | |
| python-version:'3.x' | |
| -name:Build Release | |
| env: | |
| GITHUB_TOKEN:${{ secrets.GITHUB_TOKEN }} | |
| run:bash ./.github/scripts/on-release.sh |