diff --git a/.github/scripts/android/decrypt-secrets.ps1 b/.github/scripts/android/decrypt-secrets.ps1 index d89fe368f..4e351b9d4 100644 --- a/.github/scripts/android/decrypt-secrets.ps1 +++ b/.github/scripts/android/decrypt-secrets.ps1 @@ -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"); diff --git a/.github/scripts/ios/decrypt-secrets.ps1 b/.github/scripts/ios/decrypt-secrets.ps1 index 7639febc9..66e713b81 100644 --- a/.github/scripts/ios/decrypt-secrets.ps1 +++ b/.github/scripts/ios/decrypt-secrets.ps1 @@ -1,6 +1,6 @@ $rootPath = $env:GITHUB_WORKSPACE; -$decryptSecretPath = $($rootPath + ".\.github\scripts\decrypt-secret.ps1"); +$decryptSecretPath = $($rootPath + "\.github\scripts\decrypt-secret.ps1"); Invoke-Expression "& `"$decryptSecretPath`" -filename bitwarden-mobile-key.p12.gpg" Invoke-Expression "& `"$decryptSecretPath`" -filename iphone-distribution-cert.p12.gpg"