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 dd940e7 commit 942ac40Copy full SHA for 942ac40
build/ci.js
@@ -10,7 +10,6 @@ const privateKeyPath = path.resolve(__dirname, './key')
10
// 检查私钥文件是否已存在
11
if (!fs.existsSync(privateKeyPath)) {
12
console.log("hello word WZY");
13
- console.log("hello word WZY---------------------------");
14
const privateKeyContent = process.env.WX_PRIVATE_KEY
15
if (!privateKeyContent) {
16
throw new Error('未找到私钥内容,请确保已正确配置 GitHub Secrets')
0 commit comments