fix naming

This commit is contained in:
2025-04-10 15:47:15 -07:00
parent efbd8f5122
commit 2faabee6c4
+2 -2
View File
@@ -68,7 +68,7 @@ jobs:
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
path: output path: output
key: calendar-files-${{ hashFiles('output/**') }} key: calendar-files-${{ hashFiles('output/**/*.ics') }}
#---------------------------------------------- #----------------------------------------------
# publish artifacts and release # publish artifacts and release
#---------------------------------------------- #----------------------------------------------
@@ -92,6 +92,6 @@ jobs:
with: with:
name: ${{ steps.time.outputs.time }} name: ${{ steps.time.outputs.time }}
tag_name: ${{ steps.time_tag.outputs.tag }} tag_name: ${{ steps.time_tag.outputs.tag }}
body_path: output/run-logs.txt body_path: output/run_logs.txt
files: |- files: |-
calendars.zip calendars.zip