Skip to content

Commit d3ff7ca

Browse files
authored
Update performance data extraction path
Change extraction directory for performance data.
1 parent 6ddac5a commit d3ff7ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ jobs:
8383
name: perf-stat
8484
- name: Extract performance data
8585
run: |
86-
mkdir -p build
87-
unzip -o perf-stat.zip -d build
86+
mkdir -p build/perf_stat_dir
87+
unzip -o perf-stat.zip -d .
8888
- name: CMake configure
8989
run: |
9090
cmake -S . -B build -DUSE_SCOREBOARD=ON

0 commit comments

Comments
 (0)