fix decryptSecretPath

This commit is contained in:
Kyle Spearrin 2020-06-08 12:56:58 -04:00
parent 80c8097a71
commit 6173cab99f
1 changed files with 2 additions and 0 deletions

View File

@ -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";