diff --git a/.github/workflows/benchmark.yaml b/.github/workflows/benchmark.yaml index 5d7c75a44..62c8a1dcf 100644 --- a/.github/workflows/benchmark.yaml +++ b/.github/workflows/benchmark.yaml @@ -47,14 +47,13 @@ jobs: - name: Run PHPBench run: make phpbench_main - - name: Debug - run: tree dist - - uses: actions/upload-artifact@v3 name: Upload the Benchmark results with: name: bench-branch-main-result - path: dist/.phpbench/ + path: | + dist/.phpbench/ + dist/bench/ pr-bench-test: runs-on: ubuntu-latest