Update build.yml

This commit is contained in:
Jay Lee
2022-03-02 20:40:31 -05:00
committed by GitHub
parent 2460e6957f
commit c771b84463

View File

@@ -520,6 +520,9 @@ jobs:
env:
PASSCODE: ${{ secrets.PASSCODE }}
run: |
if [[ "${RUNNER_OS}" == "macOS" ]]; then
brew install gnupg
fi
source ../.github/actions/decrypt.sh ../.github/actions/creds.tar.gpg creds.tar
export OAUTHFILE="oauth2.txt-gam-gha-${JID}"
echo "OAUTHFILE=${OAUTHFILE}" >> $GITHUB_ENV