Skip to content

Commit

Permalink
push.yml: upload_metadata - download jsons: fix pattern for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ia committed Dec 19, 2023
1 parent 401d7af commit ab608c0
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 @@ -123,7 +123,7 @@ jobs:
uses: actions/download-artifact@v4
with:
path: metadata
pattern: metadata-*
pattern: .metadata-*
merge-multiple: true
- run: ls -R metadata

Expand Down

0 comments on commit ab608c0

Please sign in to comment.