mirror of
https://github.com/bitwarden/mobile
synced 2025-01-22 22:50:21 +01:00
fix secretOutputPath
This commit is contained in:
parent
0027c21630
commit
f4ad1ec8e7
4
.github/scripts/decrypt-secret.ps1
vendored
4
.github/scripts/decrypt-secret.ps1
vendored
@ -21,9 +21,9 @@ if ([string]::IsNullOrEmpty($output)) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!(Test-Path -Path $secretPath))
|
if(!(Test-Path -Path $secretOutputPath))
|
||||||
{
|
{
|
||||||
New-Item -ItemType Directory -Path $secretPath
|
New-Item -ItemType Directory -Path $secretOutputPath
|
||||||
}
|
}
|
||||||
|
|
||||||
gpg --quiet --batch --yes --decrypt --passphrase="$passphrase" --output $output $input
|
gpg --quiet --batch --yes --decrypt --passphrase="$passphrase" --output $output $input
|
||||||
|
Loading…
Reference in New Issue
Block a user