mirror of https://github.com/arendst/Tasmota.git
add `cp ./platformio_override_sample.ini ./platformio_override.ini`
This commit is contained in:
parent
54bd6ca6e7
commit
218b282396
|
@ -85,6 +85,7 @@ jobs:
|
|||
run: |
|
||||
pip install wheel
|
||||
pip install -U platformio
|
||||
cp ./platformio_override_sample.ini ./platformio_override.ini
|
||||
- name: Add "release" to footer
|
||||
run: |
|
||||
sed -i -e "s/TASMOTA_SHA_SHORT/TASMOTA_SHA_SHORT release-/g" ./tasmota/include/tasmota_version.h
|
||||
|
@ -131,6 +132,7 @@ jobs:
|
|||
run: |
|
||||
pip install wheel
|
||||
pip install -U platformio
|
||||
cp ./platformio_override_sample.ini ./platformio_override.ini
|
||||
- name: Download safeboot firmwares
|
||||
uses: jason2866/download-artifact@v3.0.4
|
||||
with:
|
||||
|
@ -171,6 +173,7 @@ jobs:
|
|||
run: |
|
||||
pip install wheel
|
||||
pip install -U platformio
|
||||
cp ./platformio_override_sample.ini ./platformio_override.ini
|
||||
- name: Download safeboot firmwares
|
||||
uses: jason2866/download-artifact@v3.0.4
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue