Skip to content

Commit

Permalink
Merge pull request #4517 from preactjs/rschristian-patch-1
Browse files Browse the repository at this point in the history
ci: Fix download artifact regexp
  • Loading branch information
rschristian authored Sep 30, 2024
2 parents 01adebf + 8bb67a9 commit 703af77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-reporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
workflow: ${{ github.event.workflow.id }}
run_id: ${{ github.event.workflow_run.id }}
name_is_regexp: true
name: /results/
name: results-*
path: results

# Create/update the comment with the latest results
Expand Down

0 comments on commit 703af77

Please sign in to comment.