mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
change home path to ~
This commit is contained in:
2
.github/scripts/android/deploy-play.ps1
vendored
2
.github/scripts/android/deploy-play.ps1
vendored
@@ -1,5 +1,5 @@
|
||||
$rootPath = $env:GITHUB_WORKSPACE;
|
||||
$homePath = $env:HOME;
|
||||
$homePath = "~";
|
||||
|
||||
$publisherPath = $($rootPath + "/store/google/Publisher/bin/Release/netcoreapp2.0/Publisher.dll");
|
||||
$credsPath = $($homePath + "/secrets/play_creds.json");
|
||||
|
||||
Reference in New Issue
Block a user