mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
push.yml: remove unsupported name field from cache actions
This commit is contained in:
5
.github/workflows/push.yml
vendored
5
.github/workflows/push.yml
vendored
@@ -62,7 +62,6 @@ jobs:
|
|||||||
- name: Cache ${{ matrix.model }} index file
|
- name: Cache ${{ matrix.model }} index file
|
||||||
uses: actions/cache/save@v3
|
uses: actions/cache/save@v3
|
||||||
with:
|
with:
|
||||||
name: metadata-${{ matrix.model }}
|
|
||||||
path: source/Hexfile/${{ matrix.model }}.json
|
path: source/Hexfile/${{ matrix.model }}.json
|
||||||
key: metadata-${{ matrix.model }}-${{ steps.get_date.outputs.CURRENT_DATE }}
|
key: metadata-${{ matrix.model }}-${{ steps.get_date.outputs.CURRENT_DATE }}
|
||||||
|
|
||||||
@@ -121,7 +120,6 @@ jobs:
|
|||||||
- name: Cache ${{ matrix.model }} index file
|
- name: Cache ${{ matrix.model }} index file
|
||||||
uses: actions/cache/save@v3
|
uses: actions/cache/save@v3
|
||||||
with:
|
with:
|
||||||
name: metadata-${{ matrix.model }}_multi-lang
|
|
||||||
path: source/Hexfile/${{ matrix.model }}_multi-lang.json
|
path: source/Hexfile/${{ matrix.model }}_multi-lang.json
|
||||||
key: metadata-${{ matrix.model }}_multi-lang-${{ steps.get_date.outputs.CURRENT_DATE }}
|
key: metadata-${{ matrix.model }}_multi-lang-${{ steps.get_date.outputs.CURRENT_DATE }}
|
||||||
|
|
||||||
@@ -134,10 +132,9 @@ jobs:
|
|||||||
- name: Restore cached source
|
- name: Restore cached source
|
||||||
uses: actions/cache/restore@v3
|
uses: actions/cache/restore@v3
|
||||||
with:
|
with:
|
||||||
name: metadata-*
|
|
||||||
path: metadata
|
path: metadata
|
||||||
key: metadata-*-${{ needs.save-files.outputs.current_date }}
|
key: metadata-*-${{ needs.save-files.outputs.current_date }}
|
||||||
- run: ls -R ; ls -R metadata
|
- run: ls -R ; ls -R metadata || true
|
||||||
|
|
||||||
- name: Upload JSONs in bulk
|
- name: Upload JSONs in bulk
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user