mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
try github action ci build
This commit is contained in:
6
.github/scripts/macos/setup-profiles.ps1
vendored
Normal file
6
.github/scripts/macos/setup-profiles.ps1
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
$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"
|
||||
Reference in New Issue
Block a user