mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
push.yml: try to retrieve cache by key properly
This commit is contained in:
11
.github/workflows/push.yml
vendored
11
.github/workflows/push.yml
vendored
@@ -129,11 +129,18 @@ jobs:
|
|||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Restore cached source
|
- name: Restore cached JSONs from build
|
||||||
uses: actions/cache/restore@v3
|
uses: actions/cache/restore@v3
|
||||||
with:
|
with:
|
||||||
path: metadata
|
path: metadata
|
||||||
key: metadata-*-${{ needs.save-files.outputs.current_date }}
|
key: metadata-*-${{ needs.build.outputs.current_date }}
|
||||||
|
- run: ls -R ; ls -R metadata || true
|
||||||
|
|
||||||
|
- name: Restore cached JSONs from build_multi-lang
|
||||||
|
uses: actions/cache/restore@v3
|
||||||
|
with:
|
||||||
|
path: metadata
|
||||||
|
key: metadata-*-${{ needs.build_multi-lang.outputs.current_date }}
|
||||||
- run: ls -R ; ls -R metadata || true
|
- run: ls -R ; ls -R metadata || true
|
||||||
|
|
||||||
- name: Upload JSONs in bulk
|
- name: Upload JSONs in bulk
|
||||||
|
|||||||
Reference in New Issue
Block a user