bitwarden-android/.github/scripts/android/deploy-play.ps1
2020-06-09 10:21:46 -04:00

9 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