From 04bd5f36a0581eb9a6dfe99f61547d8568a0bbd8 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 7 Sep 2022 10:17:17 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bff79bb2..f8a5a992 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -84,7 +84,7 @@ jobs: with: path: | bin.tar.xz - key: gam-${{ matrix.jid }}-20220901-01 + key: gam-${{ matrix.jid }}-20220907 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'