Browse Source

ci: debug the time zip takes

pull/2552/head
Maxim Prokhorov 1 year ago
parent
commit
c46d007384
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/release.yml

+ 2
- 2
.github/workflows/release.yml View File

@ -89,7 +89,7 @@ jobs:
- name: Archive
run: |
pushd build
zip \
time zip \
--quiet \
--recurse-paths \
../Build_${{ matrix.thread }}.zip ./
@ -117,7 +117,7 @@ jobs:
- name: Prepare debug info
run: |
zip \
time zip \
-9 \
--quiet \
--junk-paths \


Loading…
Cancel
Save