From ceef5e8282c42332fca51b99a4f04ad620ea08c2 Mon Sep 17 00:00:00 2001 From: Slavfox Date: Thu, 23 Apr 2020 21:28:00 +0200 Subject: [PATCH] v.1.8.0+zip: include a zipped build directory in releases --- .github/workflows/main.yml | 7 +++++-- CHANGELOG.md | 5 +++++ 2 files changed, 10 insertions(+), 2 deletions(-) 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