diff --git a/.github/workflows/build-metrics.yml b/.github/workflows/build-metrics.yml index 725961c43668..8c637eafcdbb 100644 --- a/.github/workflows/build-metrics.yml +++ b/.github/workflows/build-metrics.yml @@ -96,7 +96,7 @@ jobs: CONBENCH_PROJECT_REPOSITORY: "${{ github.repository }}" CONBENCH_PROJECT_COMMIT: "${{ inputs.ref || github.sha }}" run: | - ./velox/scripts/build-metrics.py upload \ + ./scripts/build-metrics.py upload \ --run_id "bm-testing-GHA-${{ github.run_id }}-${{ github.run_attempt }}" \ --pr_number "${{ steps.extract.outputs.pr_number }}" \ --sha "${{ inputs.ref || github.sha }}"