diff --git a/.github/actions/decrypt.sh b/.github/actions/decrypt.sh index 3c99a2aa..b69a8927 100755 --- a/.github/actions/decrypt.sh +++ b/.github/actions/decrypt.sh @@ -30,7 +30,7 @@ gpg --batch \ if [[ "${RUNNER_OS}" == "macOS" ]]; then tar="gtar" else - tar="tar' + tar="tar" "$tar" xlvvf "$credsfile" --directory "$credspath" rm -rvf "$gpgfile"