From 374530df4ed1a78d5181e2e2a97c5faea423c8db Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 25 Jul 2023 11:57:23 -0400 Subject: [PATCH] actions: actually save GAMCFGDIR --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dd0454f3..012524c0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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'