mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 21:01:36 +00:00
actions: tell tar the file is a tar.xz
This commit is contained in:
2
.github/actions/decrypt.sh
vendored
2
.github/actions/decrypt.sh
vendored
@@ -27,6 +27,6 @@ gpg --batch \
|
|||||||
--output "${credsfile}" \
|
--output "${credsfile}" \
|
||||||
"${gpgfile}"
|
"${gpgfile}"
|
||||||
|
|
||||||
tar xvvf "${credsfile}" --directory "${credspath}"
|
tar xlvvf "${credsfile}" --directory "${credspath}"
|
||||||
rm -rvf "${gpgfile}"
|
rm -rvf "${gpgfile}"
|
||||||
rm -rvf "${credsfile}"
|
rm -rvf "${credsfile}"
|
||||||
|
|||||||
Reference in New Issue
Block a user