diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0c56f3e..7495fee 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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)" diff --git a/CHANGELOG.md b/CHANGELOG.md index 458aa6c..b80ae0a 100644 --- a/CHANGELOG.md +++ b/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