Skip to content

Commit b5b039a

Browse files
authored
[CI] Remove 3rdparty action usage in perf collection workflow (learning-process#576)
1 parent 41b01e5 commit b5b039a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/perf.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ jobs:
2626
PPC_NUM_PROC: 2
2727
PPC_NUM_THREADS: 2
2828
- name: Archive results
29-
uses: montudor/action-zip@v1
30-
with:
31-
args: zip -qq -r perf-stat.zip build/perf_stat_dir
29+
working-directory: build
30+
run: zip -r ../perf-stat.zip perf_stat_dir
3231
- name: Upload results
3332
uses: actions/upload-artifact@v4
3433
with:

0 commit comments

Comments
 (0)