From 302a906c9b7cf664f24cbf3acd08dceb057cc3e0 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Fri, 20 Sep 2024 00:20:39 +0300 Subject: [PATCH] ci(actions): Use Fontship at master until we finish debuging release process --- .github/workflows/fontship.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/fontship.yml b/.github/workflows/fontship.yml index bdc34a73..0f1f7d34 100644 --- a/.github/workflows/fontship.yml +++ b/.github/workflows/fontship.yml @@ -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: