From 70121a6ebfeca9a63109b79894705d95c121487c Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 7 May 2021 11:14:03 -0400 Subject: [PATCH] more output --- .github/actions/decrypt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/decrypt.sh b/.github/actions/decrypt.sh index d479f576..9344a418 100644 --- a/.github/actions/decrypt.sh +++ b/.github/actions/decrypt.sh @@ -13,4 +13,4 @@ fi gpg --quiet --batch --yes --decrypt --passphrase="${PASSCODE}" \ --output "${credsfile}" "${gpgfile}" -tar xf "${credsfile}" --directory "${gampath}" +tar xvvf "${credsfile}" --directory "${gampath}"