1
0
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:
Kyle Spearrin
2020-09-22 16:00:58 -04:00
parent 961dc87f05
commit 17d8aef5db
12 changed files with 122 additions and 0 deletions

View 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"