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