v.1.10.1b1 Fix Python path in actions

This commit is contained in:
Slavfox 2021-06-12 22:18:07 +02:00
parent 9e93f8d22c
commit fb76540c01

View file

@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- name: Build fonts
run: |
pipenv install; pipenv run python build.py fonts
pipenv --python /bin/python install; pipenv run python build.py fonts
- name: Zip fonts
run: |
mv build CozetteFonts; cp ./LICENSE CozetteFonts/LICENSE; zip -r CozetteFonts.zip CozetteFonts