From c7781e66e1ede4c9880bec67ba58fd38c42677bc Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 6 Oct 2022 22:18:30 -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 cfd8c464..67873685 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 }}-20221006 + key: gam-${{ matrix.jid }}-20221006-01 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'