Skip to content

Commit

Permalink
Update glob pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
alexaka1 committed Aug 23, 2024
1 parent 97f9e2b commit 510c963
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Download Coverage Report Artifacts
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
pattern: /dotnet-coverage-on-*/
pattern: dotnet-coverage-on-*
path: coverage
merge-multiple: true
- name: Code Coverage Report
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Download Coverage Report Artifacts
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
pattern: /dotnet-coverage-on-*/
pattern: dotnet-coverage-on-*
path: coverage
merge-multiple: true
- name: Code Coverage Report
Expand Down

0 comments on commit 510c963

Please sign in to comment.