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