mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 15:15:34 +03:00
fix decryptSecretPath
This commit is contained in:
parent
80c8097a71
commit
6173cab99f
1 changed files with 2 additions and 0 deletions
2
.github/scripts/android/decrypt-secrets.ps1
vendored
2
.github/scripts/android/decrypt-secrets.ps1
vendored
|
@ -1,5 +1,7 @@
|
|||
$rootPath = $env:GITHUB_WORKSPACE;
|
||||
|
||||
$decryptSecretPath = $($rootPath + ".\.github\scripts\decrypt-secret.ps1");
|
||||
|
||||
$appKeystorePlayFilename = "app_play-keystore.jks";
|
||||
$appKeystorePlayPath = $($rootPath + "\src\Android\$appKeystorePlayFilename");
|
||||
$appKeystoreUploadFilename = "app_upload-keystore.jks";
|
||||
|
|
Loading…
Reference in a new issue