actions: actually save GAMCFGDIR

This commit is contained in:
Jay Lee
2023-07-25 11:57:23 -04:00
committed by GitHub
parent a3adde2661
commit 374530df4e

View File

@@ -131,6 +131,7 @@ jobs:
echo "curl_retry=${curl_retry}" >> $GITHUB_ENV
# GAMCFGDIR should be recreated on every run
GAMCFGDIR="${RUNNER_TEMP}/.gam"
echo "GAMCFGDIR=${GAMCFGDIR}" >> $GITHUB_ENV
- name: Set env variables for test
if: matrix.goal == 'test'