Skip to content

Commit

Permalink
try fix girder upload #103
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierCladellas committed Nov 7, 2024
1 parent 630f62e commit 52bd2ac
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 @@ -177,7 +177,7 @@ jobs:
- name: Upload to girder
run: |
source .venv/bin/activate
girder-upload --directory "./tmp/results" --girder_id ${{needs.factory.outputs.results_upload_id}}
girder-upload --directory "./tmp/results/*" --girder_id ${{needs.factory.outputs.results_upload_id}}
env:
GIRDER_API_KEY: ${{ secrets.GIRDER }}
- name: Reset reports
Expand Down

0 comments on commit 52bd2ac

Please sign in to comment.