From 2faabee6c4bd88b93c5e5d9b804a05a3899d8a8f Mon Sep 17 00:00:00 2001 From: Rufei Zhou Date: Thu, 10 Apr 2025 15:47:15 -0700 Subject: [PATCH] fix naming --- .gitea/workflows/refresh.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/refresh.yaml b/.gitea/workflows/refresh.yaml index b13fb8b..736b478 100755 --- a/.gitea/workflows/refresh.yaml +++ b/.gitea/workflows/refresh.yaml @@ -68,7 +68,7 @@ jobs: uses: actions/cache@v4 with: path: output - key: calendar-files-${{ hashFiles('output/**') }} + key: calendar-files-${{ hashFiles('output/**/*.ics') }} #---------------------------------------------- # publish artifacts and release #---------------------------------------------- @@ -92,6 +92,6 @@ jobs: with: name: ${{ steps.time.outputs.time }} tag_name: ${{ steps.time_tag.outputs.tag }} - body_path: output/run-logs.txt + body_path: output/run_logs.txt files: |- calendars.zip \ No newline at end of file