1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-11-07 09:20:04 +01:00
bitwarden-mobile/.github/scripts/android/deploy-play.ps1
2020-06-09 11:52:23 -04:00

10 lines
339 B
PowerShell

$rootPath = $env:GITHUB_WORKSPACE;
$homePath = $env:HOME;
$publisherPath = $($rootPath + "/store/google/Publisher/bin/Release/netcoreapp2.0/Publisher.dll");
$credsPath = $($homePath + "/secrets/play_creds.json");
$aabPath = $($rootPath + "/com.x8bit.bitwarden.aab");
$track = "alpha";
dotnet $publisherPath $credsPath $aabPath $track