mirror of
https://github.com/bitwarden/mobile
synced 2024-12-29 18:23:13 +01:00
7 lines
287 B
PowerShell
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"
|