Skip to content

Commit 895cf31

Browse files
author
wzy
committed
feat: 你好世界
1 parent fee6601 commit 895cf31

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build/ci.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ const privateKeyPath = path.resolve(__dirname, './key')
99

1010
// 检查私钥文件是否已存在
1111
if (!fs.existsSync(privateKeyPath)) {
12-
console.log();
1312
const privateKeyContent = process.env.WX_PRIVATE_KEY
1413
if (!privateKeyContent) {
1514
throw new Error('未找到私钥内容,请确保已正确配置 GitHub Secrets')

0 commit comments

Comments
 (0)