From 30069d303937e2f9472d9a4ca24edf5c1491c9fd Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 12 Oct 2022 12:00:07 -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 d3c99084..b1898eef 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 }}-20221011 + key: gam-${{ matrix.jid }}-20221012 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'