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

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


The following commit(s) were added to refs/heads/release/0.5.0 by this push:
     new 71a723d  More Subversion script fixes
71a723d is described below

commit 71a723d3462b8010c2e5c952a3e6330548c0da44
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Mon Jul 24 23:39:40 2023 +0200

    More Subversion script fixes
---
 .github/workflows/build.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 4197cd0..38d027a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -202,8 +202,8 @@ jobs:
             "$SVN_DIR"
           cd "$SVN_DIR"
           find . -name "${DIST_BASENAME}-*" -type f -print0 | xargs -0 -r svn 
delete
-          cp "${DIST_FILEPATH}*" .
-          svn add "${DIST_FILEPATH}*"
+          cp "${DIST_FILEPATH}"* .
+          svn add "${DIST_FILEPATH}"*
           svn commit -m "Added *fake* \`${DIST_BASENAME}\` artifacts for 
release \`${PROJECT_VERSION}\`"
         env:
           SVN_USERNAME: ${{ secrets.SVN_USERNAME }}

Reply via email to