From ce4953ba7540d1e28b5ba6c8416332c28cd24137 Mon Sep 17 00:00:00 2001 From: juewuy Date: Tue, 20 Jan 2026 18:17:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4Action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/bin_update.yml | 6 +++--- .github/workflows/core_auto_update.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bin_update.yml b/.github/workflows/bin_update.yml index 16c4f25c..835fcc2a 100644 --- a/.github/workflows/bin_update.yml +++ b/.github/workflows/bin_update.yml @@ -45,7 +45,7 @@ jobs: # 确认子目录名称 subdir=$(find "$TEMP/yacd" -maxdepth 1 -type d ! -path "$TEMP/yacd" | head -n1) # 打包 - tar -zcvf "$DASH/meta_yacd.tar.gz" -C "$subdir" * > /dev/null + tar -zcvf "$DASH/meta_yacd.tar.gz" -C "$subdir" . > /dev/null ######################################## # metacubexd ######################################## @@ -55,7 +55,7 @@ jobs: # 确认子目录名称 subdir=$(find "$TEMP/xd" -maxdepth 1 -type d ! -path "$TEMP/xd" | head -n1) # 打包 - tar -zcvf "$DASH/meta_xd.tar.gz" -C "$subdir" * > /dev/null + tar -zcvf "$DASH/meta_xd.tar.gz" -C "$subdir" . > /dev/null ######################################## # zashboard ######################################## @@ -71,7 +71,7 @@ jobs: # 删除字体文件 find "$ZDIR" \( -name "*.ttf" -o -name "*.woff" -o -name "*.woff2" \) -delete echo 'board.zash.run.place' > "$ZDIR/CNAME" - tar -zcvf "$DASH/zashboard.tar.gz" -C "$ZDIR" * > /dev/null + tar -zcvf "$DASH/zashboard.tar.gz" -C "$ZDIR" . > /dev/null ######################################## # 一步清理所有临时文件(核心) ######################################## diff --git a/.github/workflows/core_auto_update.yml b/.github/workflows/core_auto_update.yml index 9e02541a..b3fa54a5 100644 --- a/.github/workflows/core_auto_update.yml +++ b/.github/workflows/core_auto_update.yml @@ -2,7 +2,7 @@ name: core_auto_update on: schedule: - - cron: 0 18 * * * + - cron: 0 18 */3 * * workflow_dispatch: jobs: