This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/logging-parent.git
commit 2dae246fd3d3bb47d9e6787c82279622b83aa99b Author: Volkan Yazıcı <[email protected]> AuthorDate: Tue Sep 26 20:33:46 2023 +0200 Fix `zip` command --- .github/workflows/deploy-release-reusable.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-release-reusable.yaml b/.github/workflows/deploy-release-reusable.yaml index 9479a36..0ae83fc 100644 --- a/.github/workflows/deploy-release-reusable.yaml +++ b/.github/workflows/deploy-release-reusable.yaml @@ -152,7 +152,7 @@ jobs: site cd target/site find . -print0 | xargs -0 touch -d 1970-01-01T00:00:00Z - find . -print0 | sort --zero-terminated | xargs -0 zip -roX ../site.zip + find . -print0 | sort --zero-terminated | xargs -0 zip -oX ../site.zip - name: Upload to Nexus shell: bash
