mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
push.yml: upload_metadata: trying to fix pattern for artifacts [WiP]
This commit is contained in:
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@@ -146,7 +146,7 @@ jobs:
|
|||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: source/Hexfile/
|
path: source/Hexfile/
|
||||||
pattern: *
|
pattern: ${{ matrix.model }}
|
||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
- run: ls -R source/Hexfile
|
- run: ls -R source/Hexfile
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user