Skip to content

Commit a8652e2

Browse files
authored
[CI] Simplify unzip in 'build-scoreboard' job (#822)
1 parent 122b780 commit a8652e2

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/pages.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,7 @@ jobs:
8787
- name: Extract performance data
8888
run: |
8989
mkdir -p build/perf_stat_dir
90-
# The uploaded artifact contains a nested perf-stat.zip inside.
91-
# First unzip extracts the inner archive; the second extracts perf_stat_dir/*.
9290
unzip -o perf-stat.zip -d .
93-
if [ -f "perf-stat.zip" ]; then
94-
mv -f perf-stat.zip perf-stat-inner.zip
95-
unzip -o perf-stat-inner.zip -d .
96-
fi
9791
- name: CMake configure
9892
run: |
9993
cmake -S . -B build -DUSE_SCOREBOARD=ON -DPPC_BUILD_COMPONENTS=OFF

0 commit comments

Comments
 (0)