v.1.8.0+zip: include a zipped build directory in releases

This commit is contained in:
Slavfox 2020-04-23 21:28:00 +02:00
parent e5a20cb436
commit ceef5e8282
2 changed files with 10 additions and 2 deletions

View file

@ -14,15 +14,18 @@ jobs:
steps:
- name: Install dependencies
run: |
pacman -Sy --noconfirm base git tar which python python-pipenv
pacman -Sy --noconfirm base git tar which python python-pipenv zip
- name: Install fontforge
run: pacman -S --noconfirm fontforge
- uses: actions/checkout@v2
- name: Build fonts
run: |
pipenv install; pipenv run python build.py fonts
- name: Zip fonts
run: |
mv build CozetteFonts; zip -r CozetteFonts.zip CozetteFonts
- uses: ncipollo/release-action@v1
with:
artifacts: "build/*"
artifacts: "CozetteFonts.zip,CozetteFonts/*"
token: ${{ secrets.GITHUB_TOKEN }}
body: "See [CHANGELOG.md](https://github.com/slavfox/Cozette/blob/master/CHANGELOG.md)"

View file

@ -9,6 +9,11 @@ The format is based on [Keep a Changelog], and this project adheres to
Nothing!
## [1.8.0+zipbuild]
### Added
- Releases now also include a zipped package with all the fonts.
## [1.8.0]
### Added
#### Glyphs