From 9f510c2ee2a536d480dcb87edab7cbc11589d1c0 Mon Sep 17 00:00:00 2001 From: juewuy Date: Fri, 12 Dec 2025 18:21:29 +0800 Subject: [PATCH] =?UTF-8?q?~=E4=BF=AE=E5=A4=8Dxd=E5=92=8Cyacdmeta=E9=9D=A2?= =?UTF-8?q?=E6=9D=BF=E5=AE=89=E8=A3=85=E5=87=BA=E9=94=99=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/bin_update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bin_update.yml b/.github/workflows/bin_update.yml index 0c9a5da..9686870 100644 --- a/.github/workflows/bin_update.yml +++ b/.github/workflows/bin_update.yml @@ -41,7 +41,7 @@ jobs: ######################################## unzip -o "$TEMP/meta_yacd.zip" -d "$TEMP/yacd" > /dev/null # 删除字体文件 - find "$TEMP/yacd" \( -name "*.ttf" -o -name "*.woff -o -name "*.woff2" \) -delete + find "$TEMP/yacd" \( -name "*.ttf" -o -name "*.woff" -o -name "*.woff2" \) -delete # 确认子目录名称 subdir=$(find "$TEMP/yacd" -maxdepth 1 -type d ! -path "$TEMP/yacd" | head -n1) # 打包