1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-10 21:33:36 +00:00

fix pathing

This commit is contained in:
Kyle Spearrin
2020-06-09 11:41:03 -04:00
parent 707a6ecbaa
commit 99b2cd2ad0
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
$rootPath = $env:GITHUB_WORKSPACE;
$decryptSecretPath = $($rootPath + ".\.github\scripts\decrypt-secret.ps1");
$decryptSecretPath = $($rootPath + "\.github\scripts\decrypt-secret.ps1");
$appKeystorePlayFilename = "app_play-keystore.jks";
$appKeystorePlayPath = $($rootPath + "\src\Android\$appKeystorePlayFilename");