actions: tell tar the file is a tar.xz

This commit is contained in:
Jay Lee
2024-10-27 15:56:21 -04:00
parent 95be4e2d53
commit a0c4be1d5c

View File

@@ -27,6 +27,6 @@ gpg --batch \
--output "${credsfile}" \
"${gpgfile}"
tar xvvf "${credsfile}" --directory "${credspath}"
tar xlvvf "${credsfile}" --directory "${credspath}"
rm -rvf "${gpgfile}"
rm -rvf "${credsfile}"