From e1ab90969d4c9f797ee8f5284bba37af8b326856 Mon Sep 17 00:00:00 2001 From: Jonathan Branan Date: Sat, 2 Nov 2024 21:35:11 -0500 Subject: [PATCH] a --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 5e3636f..e84512e 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -34,7 +34,7 @@ jobs: id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} - key: ${{ runner.os }}-yarn-${{ steps.get-hash.outputs.matched-files }} + key: ${{ runner.os }}-yarn-${{ steps.get-hash.outputs.hash }} restore-keys: | ${{ runner.os }}-yarn- - run: yarn