Skip to content

Commit

Permalink
ci(actions): Use Fontship at master until we finish debuging release …
Browse files Browse the repository at this point in the history
…process
  • Loading branch information
alerque committed Sep 19, 2024
1 parent c935cd9 commit 302a906
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/fontship.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
git fetch --prune --tags ||:
- name: Fontship make
id: fontship
uses: theleagueof/fontship@v0
uses: docker://ghcr.io/theleagueof/fontship:master
with:
args: make dist
# uses: theleagueof/fontship@v0
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 302a906

Please sign in to comment.