1
0
Fork 0
mirror of https://github.com/kemayo/leech synced 2026-01-07 16:14:01 +01:00

cover.py isn't executable so different call needed

This commit is contained in:
David Lynch 2021-01-26 14:37:29 -06:00
parent 74a07cb2f8
commit 3ec075cf2a

View file

@ -39,7 +39,7 @@ jobs:
poetry run leech --help
- name: Build a cover
run: |
poetry run ebook/cover.py && file -E output.png && rm output.png
poetry run python ebook/cover.py && file -E output.png && rm output.png
- name: Verify poetry build
run: |
poetry build && ls -og dist/*