Skip to content

Commit

Permalink
ci: Switch to regexp for download-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian committed Sep 28, 2024
1 parent 5f8a884 commit 3f4feae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pr-reporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
with:
workflow: ${{ github.event.workflow.id }}
run_id: ${{ github.event.workflow_run.id }}
name: results
name_is_regexp: true
name: /results/
path: results

# Create/update the comment with the latest results
Expand All @@ -48,4 +49,4 @@ jobs:
path: results/*.json
base-bench-name: preact-main
pr-bench-name: preact-local
summarize: 'duration, usedJSHeapSize'
summarize: 'duration, usedJSHeapSize'

0 comments on commit 3f4feae

Please sign in to comment.