diff --git a/.github/actions/decrypt.sh b/.github/actions/decrypt.sh index 6ba31dd5..e88b1c8d 100755 --- a/.github/actions/decrypt.sh +++ b/.github/actions/decrypt.sh @@ -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}"