mirror of
https://github.com/d0zingcat/rime_wanxiang.git
synced 2026-05-13 15:10:03 +00:00
Fix path for default.yaml in release workflow
This commit is contained in:
4
.github/workflows/releases-napshot.yml
vendored
4
.github/workflows/releases-napshot.yml
vendored
@@ -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
|
||||
rm -rf snapshot
|
||||
|
||||
Reference in New Issue
Block a user