diff --git a/.github/actions/creds.tar.gpg b/.github/actions/creds.tar.gpg deleted file mode 100644 index dedc2492..00000000 Binary files a/.github/actions/creds.tar.gpg and /dev/null differ diff --git a/.github/actions/creds.tar.xz.gpg b/.github/actions/creds.tar.xz.gpg new file mode 100644 index 00000000..b0e8845c Binary files /dev/null and b/.github/actions/creds.tar.xz.gpg differ diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 42c01e02..3a0941cc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -555,7 +555,7 @@ jobs: if [[ "${RUNNER_OS}" == "macOS" ]]; then brew install gnupg fi - source ../.github/actions/decrypt.sh ../.github/actions/creds.tar.gpg creds.tar + source ../.github/actions/decrypt.sh ../.github/actions/creds.tar.xz.gpg creds.tar.xz export OAUTHFILE="oauth2.txt-gam-gha-${JID}" echo "OAUTHFILE=${OAUTHFILE}" >> $GITHUB_ENV export gam_user="gam-gha-${JID}@pdl.jaylee.us"