From 0f207b2ac92cc8be47bb60b020b15c9af65f8d92 Mon Sep 17 00:00:00 2001 From: Rufei Zhou Date: Mon, 7 Apr 2025 02:18:37 -0700 Subject: [PATCH] fix hash generation --- .gitea/workflows/refresh.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/refresh.yaml b/.gitea/workflows/refresh.yaml index a93d459..37c81df 100755 --- a/.gitea/workflows/refresh.yaml +++ b/.gitea/workflows/refresh.yaml @@ -66,7 +66,7 @@ jobs: uses: actions/cache@v4 with: path: output - key: calendar-files-${{ hashFiles('outputs/**') }} + key: calendar-files-${{ hashFiles('output/**') }} #---------------------------------------------- # publish artifacts and release #----------------------------------------------