mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-23 14:35:39 +00:00
Updated workflow - syntax error
This commit is contained in:
parent
0bcc6939f2
commit
2e44ebfe0c
10
.github/workflows/cooker.yml
vendored
10
.github/workflows/cooker.yml
vendored
|
@ -204,11 +204,11 @@ jobs:
|
|||
steps:
|
||||
|
||||
- name: cache-cooker
|
||||
id: cache-cooker
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: /home/runner/work/RetroDECK
|
||||
key: ${{ runner.os }}-cooker-cache
|
||||
id: cache-cooker
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: /home/runner/work/RetroDECK
|
||||
key: ${{ runner.os }}-cooker-cache
|
||||
|
||||
- name: Get date for artifacts
|
||||
id: date
|
||||
|
|
Loading…
Reference in a new issue