fix naming
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user