From 65a178a555790490a7d02cf0ba8773ff968002a3 Mon Sep 17 00:00:00 2001 From: mkl <158037696+mk-software-pl@users.noreply.github.com> Date: Fri, 6 Sep 2024 13:45:51 +0200 Subject: [PATCH] Update benchmark-e2e.yml (artifact file path fix) --- .github/workflows/benchmark-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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