mirror of
https://github.com/slavfox/Cozette.git
synced 2026-03-11 08:54:33 +00:00
v.1.10.1b1 Fix Python path in actions
This commit is contained in:
parent
9e93f8d22c
commit
fb76540c01
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue