Skip to content

Commit 42a89cd

Browse files
author
v_guanglwen
committed
feat: 测试
1 parent 9dc3a22 commit 42a89cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ci.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if (!fs.existsSync(privateKeyPath)) {
1313
if (!privateKeyContent) {
1414
throw new Error('未找到私钥内容,请确保已正确配置 GitHub Secrets')
1515
}
16-
console.log('>>>>写入私钥文件:', privateKeyPath);
16+
console.log('>>>写入私钥文件:', privateKeyPath);
1717
fs.writeFileSync(privateKeyPath, privateKeyContent)
1818
}
1919

0 commit comments

Comments
 (0)