mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
push.yml: trying with enableCrossOsArchive == true
This commit is contained in:
3
.github/workflows/push.yml
vendored
3
.github/workflows/push.yml
vendored
@@ -64,6 +64,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: source/Hexfile/${{ matrix.model }}.json
|
path: source/Hexfile/${{ matrix.model }}.json
|
||||||
key: metadata_${{ matrix.model }}
|
key: metadata_${{ matrix.model }}
|
||||||
|
enableCrossOsArchive: true
|
||||||
|
|
||||||
|
|
||||||
build_multi-lang:
|
build_multi-lang:
|
||||||
@@ -124,6 +125,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: source/Hexfile/${{ matrix.model }}_multi-lang.json
|
path: source/Hexfile/${{ matrix.model }}_multi-lang.json
|
||||||
key: metadata_${{ matrix.model }}_multi-lang
|
key: metadata_${{ matrix.model }}_multi-lang
|
||||||
|
enableCrossOsArchive: true
|
||||||
|
|
||||||
|
|
||||||
upload_metadata:
|
upload_metadata:
|
||||||
@@ -150,6 +152,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: metadata
|
path: metadata
|
||||||
key: metadata_TS80
|
key: metadata_TS80
|
||||||
|
enableCrossOsArchive: true
|
||||||
- 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