|
|
@ -31,10 +31,14 @@ jobs: |
|
|
|
run: | |
|
|
|
python -m pip install --upgrade pip |
|
|
|
pip install --upgrade platformio |
|
|
|
- name: Update html |
|
|
|
working-directory: tools/esp8266/html |
|
|
|
run: python convert.py |
|
|
|
- name: Run PlatformIO |
|
|
|
run: pio run -d tools/esp8266 |
|
|
|
- name: rename |
|
|
|
run: python tools/esp8266/helpers/getVersion.py |
|
|
|
working-directory: tools/esp8266/helpers |
|
|
|
run: python getVersion.py |
|
|
|
- uses: actions/upload-artifact@v3 |
|
|
|
with: |
|
|
|
name: esp8266 |
|
|
|