You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2023/01/03 20:22:50 UTC

[logging-log4j-tools] branch master updated: INFRA-23996 Fix `zip` command in `build.yml`

This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new 1bfd15c  INFRA-23996 Fix `zip` command in `build.yml`
1bfd15c is described below

commit 1bfd15c8f9f67d01d728d1b1427ed02aece0f775
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Tue Jan 3 21:23:46 2023 +0100

    INFRA-23996 Fix `zip` command in `build.yml`
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 4defcce..a22c307 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -181,7 +181,7 @@ jobs:
       - name: Create artifacts (RELEASE)
         if: startsWith(github.ref, 'refs/heads/release/')
         run: |
-          git ls-files -z | xargs -0 /tmp/src.zip --
+          git ls-files -z | xargs -0 zip -9 /tmp/src.zip --
           gpg --armor --sign --yes --pinentry-mode error /tmp/src.zip
 
       - name: Upload artifacts (RELEASE)