We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b01e5 commit b5b039aCopy full SHA for b5b039a
.github/workflows/perf.yml
@@ -26,9 +26,8 @@ jobs:
26
PPC_NUM_PROC: 2
27
PPC_NUM_THREADS: 2
28
- name: Archive results
29
- uses: montudor/action-zip@v1
30
- with:
31
- args: zip -qq -r perf-stat.zip build/perf_stat_dir
+ working-directory: build
+ run: zip -r ../perf-stat.zip perf_stat_dir
32
- name: Upload results
33
uses: actions/upload-artifact@v4
34
with:
0 commit comments