mirror of https://github.com/arendst/Tasmota.git
Use esp32-solo1 safeboot for esp32 too
since it is smaller
This commit is contained in:
parent
ecf2504edf
commit
2a0c53a382
|
@ -95,7 +95,6 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
variant:
|
variant:
|
||||||
- tasmota32solo1-safeboot
|
- tasmota32solo1-safeboot
|
||||||
- tasmota32-safeboot
|
|
||||||
- tasmota32c2-safeboot
|
- tasmota32c2-safeboot
|
||||||
- tasmota32c3-safeboot
|
- tasmota32c3-safeboot
|
||||||
- tasmota32c3cdc-safeboot
|
- tasmota32c3cdc-safeboot
|
||||||
|
@ -125,6 +124,9 @@ jobs:
|
||||||
sed -i -e "s/TASMOTA_SHA_SHORT/TASMOTA_SHA_SHORT $SHA-/g" ./tasmota/include/tasmota_version.h
|
sed -i -e "s/TASMOTA_SHA_SHORT/TASMOTA_SHA_SHORT $SHA-/g" ./tasmota/include/tasmota_version.h
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run -e ${{ matrix.variant }}
|
run: platformio run -e ${{ matrix.variant }}
|
||||||
|
- name: Use esp32-solo1 safeboot for esp32 too
|
||||||
|
run: |
|
||||||
|
cp ./build_output/firmware/tasmota32solo1-safeboot.bin ./build_output/firmware/tasmota32-safeboot.bin
|
||||||
- name: Upload safeboot firmware artifacts
|
- name: Upload safeboot firmware artifacts
|
||||||
uses: jason2866/upload-artifact@v2.0.3
|
uses: jason2866/upload-artifact@v2.0.3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue