mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 15:53:44 +00:00
resolve path of ~
This commit is contained in:
2
.github/scripts/ios/setup-keychain.ps1
vendored
2
.github/scripts/ios/setup-keychain.ps1
vendored
@@ -1,4 +1,4 @@
|
||||
$homePath = "~";
|
||||
$homePath = Resolve-Path "~" | Select-Object -ExpandProperty Path;
|
||||
$secretsPath = $homePath + "/secrets"
|
||||
|
||||
$mobileKeyPath = $($secretsPath + "/bitwarden-mobile-key.p12");
|
||||
|
||||
Reference in New Issue
Block a user