parent
dd2d3e3f4f
commit
6b18659c2f
2 changed files with 5 additions and 5 deletions
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
id: cache-licenses-restore
|
||||
uses: actions/cache/restore@v4
|
||||
with:
|
||||
path: licenses.json
|
||||
path: cache
|
||||
key: licenses
|
||||
|
||||
- name: "Update modlist"
|
||||
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
id: cache-licenses-save
|
||||
uses: actions/cache/save@v4
|
||||
with:
|
||||
path: licenses.json
|
||||
path: cache
|
||||
key: ${{ steps.cache-licenses-restore.outputs.cache-primary-key }}
|
||||
|
||||
- name: "Commit changes"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue