From c48b135c439f4481248ff78c00baedd17f036c81 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 10 May 2021 08:44:45 -0400 Subject: [PATCH] more debug decrypt --- .github/actions/decrypt.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/decrypt.sh b/.github/actions/decrypt.sh index 9344a418..06ed9c8c 100644 --- a/.github/actions/decrypt.sh +++ b/.github/actions/decrypt.sh @@ -14,3 +14,4 @@ gpg --quiet --batch --yes --decrypt --passphrase="${PASSCODE}" \ --output "${credsfile}" "${gpgfile}" tar xvvf "${credsfile}" --directory "${gampath}" +ls -l "${gampath}"