1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-10-06 05:18:03 +02:00
bitwarden-desktop/.github/scripts/macos/setup-profiles.ps1
2020-09-22 16:00:58 -04:00

7 lines
268 B
PowerShell

$homePath = Resolve-Path "~" | Select-Object -ExpandProperty Path;
$secretsPath = $homePath + "/secrets"
$rootPath = $env:GITHUB_WORKSPACE
$pprofile = "bitwarden_desktop_appstore.provisionprofile"
Copy-Item "$secretsPath/$pprofile" -destination "$rootPath/$pprofile"