mirror of
https://github.com/bitwarden/mobile
synced 2025-12-30 07:03:48 +00:00
fix sep character
This commit is contained in:
6
.github/scripts/ios/setup-keychain.ps1
vendored
6
.github/scripts/ios/setup-keychain.ps1
vendored
@@ -1,8 +1,8 @@
|
||||
$homePath = $env:HOME;
|
||||
$secretsPath = $homePath + "\secrets"
|
||||
$secretsPath = $homePath + "/secrets"
|
||||
|
||||
$mobileKeyPath = $($secretsPath + "\bitwarden-mobile-key.p12");
|
||||
$distCertPath = $($secretsPath + "\iphone-distribution-cert.p12");
|
||||
$mobileKeyPath = $($secretsPath + "/bitwarden-mobile-key.p12");
|
||||
$distCertPath = $($secretsPath + "/iphone-distribution-cert.p12");
|
||||
|
||||
security create-keychain -p $env:KEYCHAIN_PASSWORD build.keychain
|
||||
security default-keychain -s build.keychain
|
||||
|
||||
Reference in New Issue
Block a user