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