Skip to content

Commit 0f64e07

Browse files
Remove build step from release workflow
Font files in fonts/ are built locally and committed to the repo. The release workflow now just zips and publishes them as-is. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent ee20bad commit 0f64e07

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@ jobs:
4848
echo "tag=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
4949
fi
5050
51-
- name: Build fonts
52-
run: bash sources/build.sh
53-
env:
54-
FB_CONTINUE_ON_ERROR: true
55-
5651
- name: Prepare release artifacts
5752
run: |
5853
mkdir -p release-artifacts

0 commit comments

Comments
 (0)