Always make normal and flipped

This commit is contained in:
Ben V. Brown
2022-08-06 21:42:21 +10:00
parent 3c62bb7fe1
commit 2942212437
2 changed files with 15 additions and 12 deletions

View File

@@ -30,9 +30,6 @@ jobs:
- name: build all files for the device
run: cd Bootup\ Logos && ./run.sh /tmp/${{ matrix.model }}/ ${{matrix.args}}
- name: build all files for the device Flipped
run: cd Bootup\ Logos && ./run.sh /tmp/${{ matrix.model }}/ ${{matrix.args}} -r
- name: build logo erase file
run: cd Bootup\ Logos && python3 img2logo.py -E erase_stored_image /tmp/${{ matrix.model }}/ ${{matrix.args}}