mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
Migrated cache to artifact - cache compression fix2
This commit is contained in:
parent
1a588eabf9
commit
36024af3c2
4
.github/workflows/cooker.yml
vendored
4
.github/workflows/cooker.yml
vendored
|
@ -200,7 +200,7 @@ jobs:
|
|||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }}
|
||||
path: retrodeck-cooker.zip
|
||||
path: retrodeck-cooker.zip
|
||||
|
||||
- name: Exctracting cache
|
||||
run: unzip retrodeck-cooker.zip -d /home/runner/work/RetroDECK
|
||||
|
@ -229,7 +229,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }}
|
||||
retrodeck-cooker.zip
|
||||
path: retrodeck-cooker.zip
|
||||
|
||||
Job6_-_Build_bundle:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue