Skip to content

Commit 252943d

Browse files
committed
fix CI failure
1 parent eae922f commit 252943d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/perf.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,8 @@ jobs:
6363
PPC_NUM_PROC: 1
6464
PPC_NUM_THREADS: 2
6565
- name: Archive results
66-
uses: montudor/action-zip@v1
67-
with:
68-
args: zip -qq -r perf-stat-macos.zip build/perf_stat_dir
66+
working-directory: build
67+
run: zip -r perf-stat-macos.zip perf_stat_dir
6968
- name: Upload results
7069
uses: actions/upload-artifact@v4
7170
with:

0 commit comments

Comments
 (0)