actions: try, try again.

This commit is contained in:
Jay Lee
2024-10-27 16:10:55 -04:00
parent a0c4be1d5c
commit 5d0003ce93
2 changed files with 6 additions and 6 deletions

Binary file not shown.

View File

@@ -23,10 +23,10 @@ fi
gpg --batch \ gpg --batch \
--yes \ --yes \
--decrypt \ --decrypt \
--passphrase="${PASSCODE}" \ --passphrase="$PASSCODE" \
--output "${credsfile}" \ --output "$credsfile" \
"${gpgfile}" "$gpgfile"
tar xlvvf "${credsfile}" --directory "${credspath}" tar xlvvf "$credsfile" --directory "$credspath"
rm -rvf "${gpgfile}" rm -rvf "$gpgfile"
rm -rvf "${credsfile}" rm -rvf "$credsfile"