mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 08:13:20 +00:00
resolve path of ~
This commit is contained in:
2
.github/scripts/ios/setup-profiles.ps1
vendored
2
.github/scripts/ios/setup-profiles.ps1
vendored
@@ -1,4 +1,4 @@
|
||||
$homePath = "~";
|
||||
$homePath = Resolve-Path "~" | Select-Object -ExpandProperty Path;
|
||||
$secretsPath = $homePath + "/secrets"
|
||||
|
||||
$autofillProfilePath = $($secretsPath + "/dist_autofill.mobileprovision");
|
||||
|
||||
Reference in New Issue
Block a user