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 7496e26 commit 8953934Copy full SHA for 8953934
build/ci.js
@@ -10,6 +10,7 @@ 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