From 83689dde45cca8f35ed5beccdd4f1e8b124e4fde Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Fri, 13 Sep 2024 23:29:00 +0200 Subject: [PATCH] fixup! ci-artifacts: provide zip and SFX variants of the minimal SDK Let 7-Zip use multiple threads. Signed-off-by: Johannes Schindelin --- .github/workflows/ci-artifacts.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-artifacts.yml b/.github/workflows/ci-artifacts.yml index 9e297503705..575e9a996e3 100644 --- a/.github/workflows/ci-artifacts.yml +++ b/.github/workflows/ci-artifacts.yml @@ -69,8 +69,8 @@ jobs: git --git-dir=git-sdk-64.git show HEAD:$path >${path##*/} done && mkdir minimal-sdk-extra && - (cd minimal-sdk && ../7z.exe a -mx9 ../minimal-sdk-extra/git-sdk-x86_64-minimal.zip * .?*) && - (cd minimal-sdk && ../7z.exe a -t7z -m0=lzma -mqs -mlc=8 -mx=9 -md=256M -mfb=273 -ms=256M -sfx../7zCon.sfx \ + (cd minimal-sdk && ../7z.exe a -mmt=on -mx9 ../minimal-sdk-extra/git-sdk-x86_64-minimal.zip * .?*) && + (cd minimal-sdk && ../7z.exe a -t7z -mmt=on -m0=lzma -mqs -mlc=8 -mx=9 -md=256M -mfb=273 -ms=256M -sfx../7zCon.sfx \ ../minimal-sdk-extra/git-sdk-x86_64-minimal.7z.exe * .?*) - name: upload minimal-sdk-extra artifacts # if: github.event_name == 'push' && github.ref == 'refs/heads/main'