10 lines
556 B
PowerShell
Raw Normal View History

2020-06-09 10:47:09 -04:00
$rootPath = $env:GITHUB_WORKSPACE;
2020-06-09 11:46:16 -04:00
$decryptSecretPath = $($rootPath + "/.github/scripts/decrypt-secret.ps1");
2020-06-09 10:47:09 -04:00
2020-06-09 11:19:02 -04:00
Invoke-Expression "& `"$decryptSecretPath`" -filename bitwarden-mobile-key.p12.gpg"
Invoke-Expression "& `"$decryptSecretPath`" -filename iphone-distribution-cert.p12.gpg"
2020-06-09 12:25:09 -04:00
Invoke-Expression "& `"$decryptSecretPath`" -filename dist_autofill.mobileprovision.gpg"
Invoke-Expression "& `"$decryptSecretPath`" -filename dist_bitwarden.mobileprovision.gpg"
Invoke-Expression "& `"$decryptSecretPath`" -filename dist_extension.mobileprovision.gpg"