diff --git a/Jenkinsfile.ios b/Jenkinsfile.ios index dc27f2c5..4e5b1027 100644 --- a/Jenkinsfile.ios +++ b/Jenkinsfile.ios @@ -70,6 +70,7 @@ pipeline { sh ''' # =============== 安装 p12 证书 =============== security unlock-keychain -p ${MAC_LOGIN_PWD} ~/Library/Keychains/login.keychain-db + security import ${P12_FILE} -k ~/Library/Keychains/login.keychain-db -P ${P12_PASSWORD} -A ''' } }