Skip to content

Commit

Permalink
add cp ./platformio_override_sample.ini ./platformio_override.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Apr 15, 2024
1 parent 54bd6ca commit 218b282
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/Tasmota_build_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/[email protected]
with:
Expand Down Expand Up @@ -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/[email protected]
with:
Expand Down

0 comments on commit 218b282

Please sign in to comment.