Make erase image as well

This commit is contained in:
Ben V. Brown
2022-02-14 22:23:02 +11:00
parent 90b2e2c311
commit 6644d9550c
3 changed files with 17 additions and 14 deletions

View File

@@ -27,9 +27,12 @@ jobs:
- name: prep
run: mkdir -p /tmp/${{ matrix.model }}
- name: build test
- name: build logo's
run: cd Bootup\ Logos && ./run.sh /tmp/${{ matrix.model }}/ ${{matrix.args}}
- name: build logo's
run: cd Bootup\ Logos && python3 img2logo.py -E dummy.png /tmp/${{ matrix.model }}/
- name: Archive artifacts
uses: actions/upload-artifact@v2
with: