Skip to content

Commit 3d2ca2e

Browse files
authored
fix
1 parent 6304310 commit 3d2ca2e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/plugins-release.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -104,16 +104,16 @@ jobs:
104104

105105
- name: Package plugin source code
106106
run: |
107-
# {
108-
# "id": "AutoSignIn",
109-
# "version": "1.0.0",
110-
# "name": "签到",
111-
# "notes": "这里是 v1.0.0 版本的更新内容",
112-
# "tag_name": "AutoSignIn_v1.0.0",
113-
# "archive_base": "autosignin_v1.0.0",
114-
# "backend_worker_path": "plugins.v2",
115-
# "backend_path": "autosignin",
116-
# }
107+
# {
108+
# "id": "AutoSignIn",
109+
# "version": "1.0.0",
110+
# "name": "签到",
111+
# "notes": "这里是 v1.0.0 版本的更新内容",
112+
# "tag_name": "AutoSignIn_v1.0.0",
113+
# "archive_base": "autosignin_v1.0.0",
114+
# "backend_worker_path": "plugins.v2",
115+
# "backend_path": "autosignin",
116+
# }
117117
118118
# 1. 检查插件后端源码是否存在
119119
# 通过拼接 backend_worker_path 和 backend_path 来构造完整的源码路径

0 commit comments

Comments
 (0)