Skip to content

Commit

Permalink
fix artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikel Broström committed Sep 21, 2024
1 parent 6e8b213 commit 149696e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Download all results
uses: actions/download-artifact@v4
with:
name: results
name: 'results-*' # Use a wildcard to match all tracker result artifacts
path: results

- name: Check downloaded files
Expand Down

0 comments on commit 149696e

Please sign in to comment.