more build fixes

This commit is contained in:
Jay Lee
2023-07-21 19:44:55 +00:00
parent dbe2e22511
commit f233b13e51

View File

@@ -612,9 +612,9 @@ jobs:
brew install gnupg brew install gnupg
fi fi
source ../.github/actions/decrypt.sh ../.github/actions/creds.tar.xz.gpg creds.tar.xz source ../.github/actions/decrypt.sh ../.github/actions/creds.tar.xz.gpg creds.tar.xz
rm ~/.gam/oauth2service.json rm -v ~/.gam/oauth2service.json
mv "${HOME}/.gam/oauth2.txt-gam-gha-${JID}" "${HOME}/.gam/oauth2.txt" mv -v "${HOME}/.gam/oauth2.txt-gam-gha-${JID}" "${HOME}/.gam/oauth2.txt"
rm "${HOME}/.gam/oauth2.txt-gam*" rm -v $HOME/.gam/oauth2.txt-gam*
export gam_user="gam-gha-${JID}@pdl.jaylee.us" export gam_user="gam-gha-${JID}@pdl.jaylee.us"
echo "gam_user=${gam_user}" >> $GITHUB_ENV echo "gam_user=${gam_user}" >> $GITHUB_ENV
$gam config customer_id "C03uzfv2s" save $gam config customer_id "C03uzfv2s" save