add `cp ./platformio_override_sample.ini ./platformio_override.ini`

This commit is contained in:
Jason2866 2024-04-15 16:53:25 +02:00 committed by GitHub
parent 54bd6ca6e7
commit 218b282396
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -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: