Update push.yml

This commit is contained in:
Ben V. Brown
2022-02-15 18:19:27 +11:00
parent dde9fa0379
commit 62a13b427b

View File

@@ -31,7 +31,7 @@ jobs:
run: cd Bootup\ Logos && ./run.sh /tmp/${{ matrix.model }}/ ${{matrix.args}}
- name: build logo's
run: cd Bootup\ Logos && python3 img2logo.py -E erase_stored_image /tmp/${{ matrix.model }}/
run: cd Bootup\ Logos && python3 img2logo.py -E erase_stored_image /tmp/${{ matrix.model }}/ ${{matrix.args}}
- name: Archive artifacts
uses: actions/upload-artifact@v2