From 33b2d10e2b437653132311617ee758ca62be247d Mon Sep 17 00:00:00 2001 From: amzxyz Date: Wed, 24 Dec 2025 23:33:43 +0800 Subject: [PATCH] =?UTF-8?q?dict:=20=E8=AF=8D=E5=BA=93=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/scripts/release-build.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/scripts/release-build.sh b/.github/workflows/scripts/release-build.sh index 62387de..a8ca909 100644 --- a/.github/workflows/scripts/release-build.sh +++ b/.github/workflows/scripts/release-build.sh @@ -35,13 +35,10 @@ package_schema_base() { rsync -av --ignore-existing \ --exclude='/.*' \ --exclude='/dist/' \ - --exclude='/backgrounds' \ - --exclude='/fonts' \ --exclude='/release-please-config.json' \ --exclude='/pro-*-fuzhu-dicts' \ --exclude='/chaifen' \ --exclude='/CHANGELOG.md' \ - --exclude='/简纯+.trime.yaml' \ --exclude='/custom' \ --exclude='/LICENSE' \ --exclude="/$OUT_BASE" \ @@ -99,13 +96,10 @@ package_schema_pro() { --exclude='/.*' \ --exclude='/dist/' \ --exclude='/dicts' \ - --exclude='/backgrounds' \ - --exclude='/fonts' \ --exclude='release-please-config.json' \ --exclude='pro-*-fuzhu-dicts' \ --exclude='wanxiang_t9.schema.yaml' \ --exclude='CHANGELOG.md' \ - --exclude='/简纯+.trime.yaml' \ --exclude='wanxiang.dict.yaml' \ --exclude='wanxiang.schema.yaml' \ --exclude='custom' \