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 9dc3a22 commit 42a89cdCopy full SHA for 42a89cd
build/ci.js
@@ -13,7 +13,7 @@ if (!fs.existsSync(privateKeyPath)) {
13
if (!privateKeyContent) {
14
throw new Error('未找到私钥内容,请确保已正确配置 GitHub Secrets')
15
}
16
- console.log('>>>>写入私钥文件:', privateKeyPath);
+ console.log('>>>写入私钥文件:', privateKeyPath);
17
fs.writeFileSync(privateKeyPath, privateKeyContent)
18
19
0 commit comments