From 2ca2504b5dfe352434557bfc8c86c25f99962cf6 Mon Sep 17 00:00:00 2001 From: Peter Oliver Date: Tue, 30 Jun 2026 13:50:46 +0100 Subject: [PATCH] Include fonts.conf in package --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 973659e..8f22798 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - name: Zip Repository id: zip - run: zip NonLatinForSBClassic -r *.pm install.xml strings.txt *.ttf README.md License.txt + run: zip NonLatinForSBClassic -r *.pm install.xml strings.txt fonts.conf *.ttf README.md License.txt - name: Update SHA and Version in repo.xml id: tag