mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
11 lines
633 B
PowerShell
11 lines
633 B
PowerShell
$rootPath = $env:GITHUB_WORKSPACE;
|
|
|
|
$decryptSecretPath = $($rootPath + "/.github/scripts/decrypt-secret.ps1");
|
|
|
|
Invoke-Expression "& `"$decryptSecretPath`" -filename bitwarden-desktop-key.p12.gpg"
|
|
Invoke-Expression "& `"$decryptSecretPath`" -filename appstore-app-cert.p12.gpg"
|
|
Invoke-Expression "& `"$decryptSecretPath`" -filename appstore-installer-cert.p12.gpg"
|
|
Invoke-Expression "& `"$decryptSecretPath`" -filename devid-app-cert.p12.gpg"
|
|
Invoke-Expression "& `"$decryptSecretPath`" -filename devid-installer-cert.p12.gpg"
|
|
Invoke-Expression "& `"$decryptSecretPath`" -filename bitwarden_desktop_appstore.provisionprofile.gpg"
|