diff --git a/.github/workflows/benchmark-e2e.yml b/.github/workflows/benchmark-e2e.yml index fec68c96a68..d3755b987ed 100644 --- a/.github/workflows/benchmark-e2e.yml +++ b/.github/workflows/benchmark-e2e.yml @@ -21,4 +21,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: benchmark-e2e.csv - path: tmp/benchmarkResult.csv + path: /tmp/benchmarkResult.csv