Include LICENSE in the zip

This commit is contained in:
Slavfox 2020-05-01 19:55:48 +02:00 committed by GitHub
parent b6f5731bf1
commit b4866f69ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ jobs:
pipenv install; pipenv run python build.py fonts
- name: Zip fonts
run: |
mv build CozetteFonts; zip -r CozetteFonts.zip CozetteFonts
mv build CozetteFonts; cp ./LICENSE CozetteFonts/LICENSE; zip -r CozetteFonts.zip CozetteFonts
- uses: ncipollo/release-action@v1
with:
artifacts: "CozetteFonts.zip,CozetteFonts/*"