From c46d007384b98f40b1c34cbbef771d5d8a701b13 Mon Sep 17 00:00:00 2001 From: Maxim Prokhorov Date: Sun, 25 Sep 2022 13:03:50 +0300 Subject: [PATCH] ci: debug the time zip takes --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a7bf4afd..354b3958 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 \