Migrated cache to artifact - cache compression fix1

This commit is contained in:
Xargon Wan 2022-05-03 14:56:35 +09:00
parent f3e38efe58
commit 1a588eabf9

View file

@ -80,7 +80,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }}
retrodeck-cooker.zip
path: retrodeck-cooker.zip
# - name: Continuing with previous worklow cache
@ -114,7 +114,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }}
retrodeck-cooker.zip
path: retrodeck-cooker.zip
- name: Exctracting cache
run: unzip retrodeck-cooker.zip -d /home/runner/work/RetroDECK
@ -143,7 +143,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }}
retrodeck-cooker.zip
path: retrodeck-cooker.zip
Job4_-_Building_part_2:
runs-on: ubuntu-latest
@ -155,7 +155,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }}
retrodeck-cooker.zip
path: retrodeck-cooker.zip
- name: Initializing enviornment
#if: steps.cache-cooker.outputs.cache-hit != 'true'
@ -181,7 +181,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }}
retrodeck-cooker.zip
path: retrodeck-cooker.zip
Job5_-_Finishing_build:
runs-on: ubuntu-latest
@ -200,7 +200,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }}
retrodeck-cooker.zip
path: retrodeck-cooker.zip
- name: Exctracting cache
run: unzip retrodeck-cooker.zip -d /home/runner/work/RetroDECK
@ -248,7 +248,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }}
retrodeck-cooker.zip
path: retrodeck-cooker.zip
- name: Exctracting cache
run: unzip retrodeck-cooker.zip -d /home/runner/work/RetroDECK
@ -277,7 +277,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }}
retrodeck-cooker.zip
path: retrodeck-cooker.zip
Job7_-_Publishing_flatpak:
runs-on: ubuntu-latest
@ -295,7 +295,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }}
retrodeck-cooker.zip
path: retrodeck-cooker.zip
- name: Exctracting cache
run: unzip retrodeck-cooker.zip -d /home/runner/work/RetroDECK
@ -335,5 +335,5 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: global-cache
retrodeck-cooker.zip
path: retrodeck-cooker.zip
continue-on-error: true