Skip to content

Commit

Permalink
push.yml: upload_metadata: trying to fix pattern for artifacts [WiP]
Browse files Browse the repository at this point in the history
  • Loading branch information
ia committed Dec 20, 2023
1 parent 1dbbd24 commit ba864f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
uses: actions/download-artifact@v4
with:
path: source/Hexfile/
pattern: *
pattern: ${{ matrix.model }}
merge-multiple: true
- run: ls -R source/Hexfile

Expand Down

0 comments on commit ba864f8

Please sign in to comment.