From 55555506bedfc2b32483b0821b08c2535f1838c5 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 1 Nov 2022 16:32:15 -0400 Subject: [PATCH] Update decrypt.sh --- .github/actions/decrypt.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}"