const project = new ci.Project({
appid: '测试appid',
type: 'miniProgram',
projectPath: './dist/weapp/',
privateKey: '测试privateKey', // 此处只是示例说明
ignores: ['node_modules/**/*'],
})
const uploadResult = await ci.upload({
project,
version: '1.0.0',
desc: '描述',
onProgressUpdate: console.log,
robot: 1,
})
报错信息如下:
CodeError: Error: generate local signature fail. Usually this happens the content or encoding of private key file is incorrect. Detail: Error: error:0909006C:PEM routines:get_name:no start line。
我看已经有类似的问题了(https://developers.weixin.qq.com/community/develop/doc/000686e21d04a05616db1c25c5b800),但是我还是不好使
miniprogram-ci版本:v1.6.1
privateKey: '测试privateKey',
你不会是这么写的吧
直接贴微信提供的文件复制就行,组件用Input.Area不要用Input