Skip to content

Commit 7e86f17

Browse files
committed
Fix paths in bench script
1 parent 9b5c397 commit 7e86f17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/bench.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ jobs:
4747
- name: Display results
4848
shell: bash
4949
run: |
50-
column -s, -t < bench-results/results.csv | tee bench-results/results.txt
50+
column -s, -t < ghcide/bench-results/results.csv | tee ghcide/bench-results/results.txt
5151
5252
- name: Archive benchmarking artifacts
5353
uses: actions/upload-artifact@v2
5454
with:
5555
name: bench-results-${{ runner.os }}-${{ matrix.ghc }}
5656
path: |
57-
bench-results/results.*
58-
bench-results/**/*.svg
57+
ghcide/bench-results/results.*
58+
ghcide/bench-results/**/*.svg

0 commit comments

Comments
 (0)