mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 02:04:36 +01:00
Update release.yml
This commit is contained in:
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user