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 #----------------------------------------------