mirror of
https://github.com/slavfox/Cozette.git
synced 2026-03-11 08:54:33 +00:00
v.1.8.0+zip: include a zipped build directory in releases
This commit is contained in:
parent
e5a20cb436
commit
ceef5e8282
2 changed files with 10 additions and 2 deletions
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
|
|
@ -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)"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue