diff --git a/.github/workflows/cooker.yml b/.github/workflows/cooker.yml index 700164dd..637cb8cc 100644 --- a/.github/workflows/cooker.yml +++ b/.github/workflows/cooker.yml @@ -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