由于 BuddyBuild 正在放弃对 Android 的支持,因此最近转移到了 Bitrise.io。我已添加Google Play Deploy
到我的 Bitrise 工作流程中,但我正在尝试弄清楚如何将我的服务帐户 JSON 添加到 Bitrise。
它Workflow Editor
问:
For remote JSON key file you can provide any download location (ex: https://URL/TO/key.json). For local JSON key file provide file path url. (ex: file://PATH/TO/key.json).`
我真的不想公开托管 JSON 文件,所以第一个不是一个选项。我转到Code Signing
选项卡Workflow Editor
并上传了我的 JSON 文件,它给了我一个环境变量 ( $BITRISEIO_SERVICE_ACCOUNT_URL
)。编辑Service Account JSON key file path
forGoogle Play Deploy
并放入环境变量时,Google Play Deploy
步骤失败:
Issue with input: No JSONKeyPath nor P12KeyPath provided
我究竟做错了什么?我假设我无法将环境变量传递到Service Account JSON key file path
.