Skip to content

Commit 52bd2ac

Browse files
try fix girder upload #103
1 parent 630f62e commit 52bd2ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
- name: Upload to girder
178178
run: |
179179
source .venv/bin/activate
180-
girder-upload --directory "./tmp/results" --girder_id ${{needs.factory.outputs.results_upload_id}}
180+
girder-upload --directory "./tmp/results/*" --girder_id ${{needs.factory.outputs.results_upload_id}}
181181
env:
182182
GIRDER_API_KEY: ${{ secrets.GIRDER }}
183183
- name: Reset reports

0 commit comments

Comments
 (0)