Migrated cache to artifact - cache compression fix2

This commit is contained in:
Xargon Wan 2022-05-03 14:57:37 +09:00
parent f7ae1ed804
commit 698a4ff993

View file

@ -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