Skip to content

Commit

Permalink
fix: correct wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
cofin committed Jan 10, 2025
1 parent 0511a4d commit 390dd14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ jobs:
- name: Download Artifacts
uses: actions/download-artifact@v4
with:
pattern: coverage-data
pattern: coverage-data*
merge-multiple: true

- name: Combine coverage files
Expand Down

0 comments on commit 390dd14

Please sign in to comment.