1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00
Files
mobile/.github/scripts/ios/decrypt-secrets.ps1
Kyle Spearrin 99b2cd2ad0 fix pathing
2020-06-09 11:41:03 -04:00

7 lines
287 B
PowerShell

$rootPath = $env:GITHUB_WORKSPACE;
$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"