mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-29 19:45:38 +00:00
Migrated cache to artifact - cache compression fix1
This commit is contained in:
parent
f3e38efe58
commit
1a588eabf9
20
.github/workflows/cooker.yml
vendored
20
.github/workflows/cooker.yml
vendored
|
@ -80,7 +80,7 @@ jobs:
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }}
|
name: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }}
|
||||||
retrodeck-cooker.zip
|
path: retrodeck-cooker.zip
|
||||||
|
|
||||||
|
|
||||||
# - name: Continuing with previous worklow cache
|
# - name: Continuing with previous worklow cache
|
||||||
|
@ -114,7 +114,7 @@ jobs:
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }}
|
name: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }}
|
||||||
retrodeck-cooker.zip
|
path: retrodeck-cooker.zip
|
||||||
|
|
||||||
- name: Exctracting cache
|
- name: Exctracting cache
|
||||||
run: unzip retrodeck-cooker.zip -d /home/runner/work/RetroDECK
|
run: unzip retrodeck-cooker.zip -d /home/runner/work/RetroDECK
|
||||||
|
@ -143,7 +143,7 @@ jobs:
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }}
|
name: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }}
|
||||||
retrodeck-cooker.zip
|
path: retrodeck-cooker.zip
|
||||||
|
|
||||||
Job4_-_Building_part_2:
|
Job4_-_Building_part_2:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -155,7 +155,7 @@ jobs:
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }}
|
name: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }}
|
||||||
retrodeck-cooker.zip
|
path: retrodeck-cooker.zip
|
||||||
|
|
||||||
- name: Initializing enviornment
|
- name: Initializing enviornment
|
||||||
#if: steps.cache-cooker.outputs.cache-hit != 'true'
|
#if: steps.cache-cooker.outputs.cache-hit != 'true'
|
||||||
|
@ -181,7 +181,7 @@ jobs:
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }}
|
name: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }}
|
||||||
retrodeck-cooker.zip
|
path: retrodeck-cooker.zip
|
||||||
|
|
||||||
Job5_-_Finishing_build:
|
Job5_-_Finishing_build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -200,7 +200,7 @@ jobs:
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }}
|
name: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }}
|
||||||
retrodeck-cooker.zip
|
path: retrodeck-cooker.zip
|
||||||
|
|
||||||
- name: Exctracting cache
|
- name: Exctracting cache
|
||||||
run: unzip retrodeck-cooker.zip -d /home/runner/work/RetroDECK
|
run: unzip retrodeck-cooker.zip -d /home/runner/work/RetroDECK
|
||||||
|
@ -248,7 +248,7 @@ jobs:
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }}
|
name: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }}
|
||||||
retrodeck-cooker.zip
|
path: retrodeck-cooker.zip
|
||||||
|
|
||||||
- name: Exctracting cache
|
- name: Exctracting cache
|
||||||
run: unzip retrodeck-cooker.zip -d /home/runner/work/RetroDECK
|
run: unzip retrodeck-cooker.zip -d /home/runner/work/RetroDECK
|
||||||
|
@ -277,7 +277,7 @@ jobs:
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }}
|
name: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }}
|
||||||
retrodeck-cooker.zip
|
path: retrodeck-cooker.zip
|
||||||
|
|
||||||
Job7_-_Publishing_flatpak:
|
Job7_-_Publishing_flatpak:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -295,7 +295,7 @@ jobs:
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }}
|
name: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }}
|
||||||
retrodeck-cooker.zip
|
path: retrodeck-cooker.zip
|
||||||
|
|
||||||
- name: Exctracting cache
|
- name: Exctracting cache
|
||||||
run: unzip retrodeck-cooker.zip -d /home/runner/work/RetroDECK
|
run: unzip retrodeck-cooker.zip -d /home/runner/work/RetroDECK
|
||||||
|
@ -335,5 +335,5 @@ jobs:
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: global-cache
|
name: global-cache
|
||||||
retrodeck-cooker.zip
|
path: retrodeck-cooker.zip
|
||||||
continue-on-error: true
|
continue-on-error: true
|
Loading…
Reference in a new issue