diff --git a/.github/workflows/Benchmark.yml b/.github/workflows/Benchmark.yml
index a066b81..bb7d654 100644
--- a/.github/workflows/Benchmark.yml
+++ b/.github/workflows/Benchmark.yml
@@ -36,7 +36,7 @@ jobs:
         uses: benchmark-action/github-action-benchmark@v1
         with:
           tool: 'julia'
-          output-file-path: benchmark/output.json
+          output-file-path: output.json
           # Use personal access token instead of GITHUB_TOKEN due to https://github.community/t/github-action-not-triggering-gh-pages-upon-push/16096
           github-token: ${{ secrets.GITHUB_TOKEN }}
           auto-push: true