Skip to content

Commit

Permalink
Attempt to fix artifact download issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rkierulf committed Jun 27, 2024
1 parent 1340a38 commit c633942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/runbenchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ steps:
- JuliaCI/julia#v1:
version: "1"
command: |
buildkite-agent artifact download 'bench/results/*' bench/results/
buildkite-agent artifact download "*.json" bench/results/
julia --project=bench -e 'println("--- :julia: Combining Benchmarks")
include("bench/aggregate.jl")'
Expand Down

0 comments on commit c633942

Please sign in to comment.