diff --git a/.github/actions/decrypt.sh b/.github/actions/decrypt.sh index 06ed9c8c..76051ea5 100644 --- a/.github/actions/decrypt.sh +++ b/.github/actions/decrypt.sh @@ -14,4 +14,5 @@ gpg --quiet --batch --yes --decrypt --passphrase="${PASSCODE}" \ --output "${credsfile}" "${gpgfile}" tar xvvf "${credsfile}" --directory "${gampath}" -ls -l "${gampath}" +rm -rvf "${gpgfile}" +rm -rvf "${credsfile}"