Skip to content

Commit fee6601

Browse files
author
wzy
committed
feat: 代码提交
1 parent 5193f54 commit fee6601

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/ci.js

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

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

0 commit comments

Comments
 (0)