push.yml: upload_metadata: trying to fix pattern for artifacts [WiP]

This commit is contained in:
Ivan Zorin
2023-12-20 04:44:47 +03:00
parent 1dbbd24bbc
commit ba864f88f1

View File

@@ -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