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:
|
||||
path: source/Hexfile/${{ matrix.model }}.json
|
||||
key: metadata_${{ matrix.model }}
|
||||
enableCrossOsArchive: true
|
||||
|
||||
|
||||
build_multi-lang:
|
||||
@@ -124,6 +125,7 @@ jobs:
|
||||
with:
|
||||
path: source/Hexfile/${{ matrix.model }}_multi-lang.json
|
||||
key: metadata_${{ matrix.model }}_multi-lang
|
||||
enableCrossOsArchive: true
|
||||
|
||||
|
||||
upload_metadata:
|
||||
@@ -150,6 +152,7 @@ jobs:
|
||||
with:
|
||||
path: metadata
|
||||
key: metadata_TS80
|
||||
enableCrossOsArchive: true
|
||||
- run: ls -R ; ls -R metadata || true
|
||||
|
||||
- name: Upload JSONs in bulk
|
||||
|
||||
Reference in New Issue
Block a user