Skip to content

Commit

Permalink
Fix artifact download path (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaupetit committed Dec 2, 2024
1 parent 5d66cec commit 7149552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: api-admin-benchmark
path: ./src/api/bench_admin_stats_stamped.csv
path: ./src/api
- name: Merge Bench database
run: |
pipenv run \
Expand Down

0 comments on commit 7149552

Please sign in to comment.