mirror of
https://github.com/slavfox/Cozette.git
synced 2026-03-11 08:54:33 +00:00
Include LICENSE in the zip
This commit is contained in:
parent
b6f5731bf1
commit
b4866f69ad
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -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/*"
|
||||
|
|
|
|||
Loading…
Reference in a new issue