We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fee6601 commit 895cf31Copy full SHA for 895cf31
build/ci.js
@@ -9,7 +9,6 @@ const privateKeyPath = path.resolve(__dirname, './key')
9
10
// 检查私钥文件是否已存在
11
if (!fs.existsSync(privateKeyPath)) {
12
- console.log();
13
const privateKeyContent = process.env.WX_PRIVATE_KEY
14
if (!privateKeyContent) {
15
throw new Error('未找到私钥内容,请确保已正确配置 GitHub Secrets')
0 commit comments