Update release.yml

This commit is contained in:
Jonas Niesner
2023-08-10 22:16:27 +02:00
committed by GitHub
parent ffd0acff72
commit 2b7fc93043

View File

@@ -21,6 +21,18 @@ jobs:
with:
python-version: '3.9'
- name: Zip web files
run: |
cd /home/runner/work/OpenEPaperLink/OpenEPaperLink/ESP32_AP-Flasher
python gzip_wwwfiles.py
- name: Commit zipped files
run: |
git config --global user.name 'Bot'
git config --global user.email "bot@openepaperlink.de"
git commit -am "Ziped web files"
git push origin HEAD:master
- name: Install PlatformIO Core
run: pip install --upgrade platformio