Skip to content

Commit

Permalink
Wrong output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
huydhn committed Dec 18, 2024
1 parent aceee44 commit 9835c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_linux-benchmark-cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Upload the benchmark results to OSS benchmark database for the dashboard
uses: pytorch/test-infra/.github/actions/upload-benchmark-results@main
with:
benchmark-results-dir: ${{ env.OUTPUT_DIR }}
benchmark-results-dir: benchmark/${{ env.OUTPUT_DIR }}
dry-run: false
schema-version: v3
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9835c3f

Please sign in to comment.