Skip to content

Commit

Permalink
fix directory
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Nov 25, 2023
1 parent fe76d49 commit 8c63fc6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c63fc6

Please sign in to comment.