Refactor more

This commit is contained in:
Ben V. Brown
2022-02-14 22:17:48 +11:00
parent a526c3bb0d
commit 90b2e2c311
4 changed files with 26 additions and 16 deletions

View File

@@ -28,7 +28,7 @@ jobs:
run: mkdir -p /tmp/${{ matrix.model }}
- name: build test
run: cd Bootup\ Logos && python3 img2logo.py ${{matrix.args}} Images/IronOS.gif /tmp/${{ matrix.model }}/IronOS.gif
run: cd Bootup\ Logos && ./run.sh /tmp/${{ matrix.model }}/ ${{matrix.args}}
- name: Archive artifacts
uses: actions/upload-artifact@v2