diff --git a/src/Android/ci-build-apks.ps1 b/src/Android/ci-build-apks.ps1 index 925083c25..240330c07 100644 --- a/src/Android/ci-build-apks.ps1 +++ b/src/Android/ci-build-apks.ps1 @@ -23,7 +23,7 @@ echo "########################################" $encKeystorePath = $($rootPath + "\src\Android\8bit.keystore.enc"); $encUploadKeystorePath = $($rootPath + "\src\Android\upload-keystore.jks.enc"); -$secureFilePath = $($rootPath + "secure-file\tools\secure-file.exe"); +$secureFilePath = $($rootPath + "\secure-file\tools\secure-file.exe"); Invoke-Expression "& `"$secureFilePath`" -decrypt $($encKeystorePath) -secret $($env:keystore_dec_secret)" Invoke-Expression "& `"$secureFilePath`" -decrypt $($encUploadKeystorePath) -secret $($env:upload_keystore_dec_secret)"