mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
push.yml: add metadata per model artifact since now it's error by design in uploadV4 to stuff multiple files from different jobs/steps into one artifact with the same name
This commit is contained in:
4
.github/workflows/push.yml
vendored
4
.github/workflows/push.yml
vendored
@@ -55,7 +55,7 @@ jobs:
|
||||
- name: Archive ${{ matrix.model }} index file
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: metadata
|
||||
name: metadata-${{ matrix.model }}
|
||||
path: source/Hexfile/${{ matrix.model }}.json
|
||||
|
||||
|
||||
@@ -108,7 +108,7 @@ jobs:
|
||||
- name: Archive ${{ matrix.model }} index file
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: metadata_multi-lang
|
||||
name: metadata-${{ matrix.model }}_multi-lang
|
||||
path: source/Hexfile/${{ matrix.model }}_multi-lang.json
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user