Skip to content

Commit

Permalink
chore(tooling): Use ZSTD instead of XZ for release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Sep 20, 2024
1 parent 8621553 commit 13a9d62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fontship.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
with:
files: |
${{ steps.fontship.outputs.DISTDIR }}.zip
${{ steps.fontship.outputs.DISTDIR }}.tar.xz
${{ steps.fontship.outputs.DISTDIR }}.tar.zst
env:
GITHUB_TOKEN: ${{ github.token }}
3 changes: 3 additions & 0 deletions fontship.mk
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ endef

_scour_args = --quiet --set-precision=4 --remove-metadata --enable-id-stripping --strip-xml-prolog --strip-xml-space --no-line-breaks --no-renderer-workaround

# Remove when Fontship default changes post v0.9.6
dist: $$(DISTDIR).tar.zst

preview.svg: $(DOCSDIR)/preview.pdf
mutool draw -r 266.66 -F svg $< 1 |
rsvg-convert -f svg --background-color=white --page-width=1522 --page-height=1102 |
Expand Down

0 comments on commit 13a9d62

Please sign in to comment.