actions: quotes

This commit is contained in:
Jay Lee
2024-10-27 16:23:08 -04:00
parent 77bf001195
commit 3440fa7415

View File

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