mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 15:53:44 +00:00
fix pathing
This commit is contained in:
2
.github/scripts/ios/decrypt-secrets.ps1
vendored
2
.github/scripts/ios/decrypt-secrets.ps1
vendored
@@ -1,6 +1,6 @@
|
||||
$rootPath = $env:GITHUB_WORKSPACE;
|
||||
|
||||
$decryptSecretPath = $($rootPath + ".\.github\scripts\decrypt-secret.ps1");
|
||||
$decryptSecretPath = $($rootPath + "\.github\scripts\decrypt-secret.ps1");
|
||||
|
||||
Invoke-Expression "& `"$decryptSecretPath`" -filename bitwarden-mobile-key.p12.gpg"
|
||||
Invoke-Expression "& `"$decryptSecretPath`" -filename iphone-distribution-cert.p12.gpg"
|
||||
|
||||
Reference in New Issue
Block a user