From e5206ad87bbd19f9a0475ec859727ee6e813e616 Mon Sep 17 00:00:00 2001 From: amzxyz <129564993+amzxyz@users.noreply.github.com> Date: Sun, 4 Jan 2026 09:42:16 +0800 Subject: [PATCH] Fix path for default.yaml in release workflow --- .github/workflows/releases-napshot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/releases-napshot.yml b/.github/workflows/releases-napshot.yml index f2c33ea..4b9351a 100644 --- a/.github/workflows/releases-napshot.yml +++ b/.github/workflows/releases-napshot.yml @@ -208,7 +208,7 @@ jobs: "lua/*.*" "lua/lib/*.*" "lua/tips/*.*" - "#default.yaml" + "default.yaml" "weasel.yaml" "wanxiang*.*yaml" "README.md" @@ -292,4 +292,4 @@ jobs: # 回到原来的开发分支,并清掉 snapshot(只删 CI 本地) git checkout "${ORIG_BRANCH}" || true - rm -rf snapshot \ No newline at end of file + rm -rf snapshot