2020-06-09 17:47:09 +03:00
|
|
|
|
$rootPath = $env:GITHUB_WORKSPACE;
|
|
|
|
|
|
2020-06-09 18:46:16 +03:00
|
|
|
|
$decryptSecretPath = $($rootPath + "/.github/scripts/decrypt-secret.ps1");
|
2020-06-09 17:47:09 +03:00
|
|
|
|
|
2020-06-09 18:19:02 +03:00
|
|
|
|
Invoke-Expression "& `"$decryptSecretPath`" -filename bitwarden-mobile-key.p12.gpg"
|
|
|
|
|
Invoke-Expression "& `"$decryptSecretPath`" -filename iphone-distribution-cert.p12.gpg"
|
2020-06-09 19:25:09 +03: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"
|