1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-11-30 12:54:24 +01:00
bitwarden-mobile/.github/scripts/android/deploy-play.ps1

10 lines
339 B
PowerShell
Raw Normal View History

2020-06-09 16:21:46 +02:00
$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");
2020-06-09 16:21:46 +02:00
$track = "alpha";
dotnet $publisherPath $credsPath $aabPath $track