mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-05 09:10:53 +01:00
7 lines
268 B
PowerShell
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"
|