Skip to content

Commit

Permalink
try to fix regex
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Aug 6, 2024
1 parent be7d6ea commit f3c0b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
run_id: ${{ github.event.workflow_run.id }}
path: artifacts
name: "*(report|Event)*"
name: ".*(report|Event).*"
name_is_regexp: true

- name: Publish Test Results
Expand Down

0 comments on commit f3c0b0e

Please sign in to comment.