minor text updates

This commit is contained in:
proddy
2020-09-30 20:14:54 +02:00
parent 0fae2c6b90
commit 1043052f56
4 changed files with 26 additions and 19 deletions

View File

@@ -70,7 +70,6 @@ jobs:
- name: Move firmware files in sub-folders
run: |
mkdir -p ./firmware
mkdir -p ./firmware/tasmota32/ESP32_needed_files/
[ ! -f ./mv_firmware/*.bin ] || mv ./mv_firmware/EMS-ESP*.* ./firmware/
[ ! -f ./FIRMWARE.md ] || mv -f ./FIRMWARE.md ./README.md
- name: Commit files # transfer the new binaries back into the repository