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


The following commit(s) were added to refs/heads/main by this push:
     new 28a6499  Fix SVN upload in CI
28a6499 is described below

commit 28a6499816fa1ff414a823a4232c25f2a5ad90c4
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Mon Sep 4 09:39:19 2023 +0200

    Fix SVN upload in CI
---
 .github/workflows/deploy-release-reusable.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/deploy-release-reusable.yml 
b/.github/workflows/deploy-release-reusable.yml
index bcfbfde..6208f41 100644
--- a/.github/workflows/deploy-release-reusable.yml
+++ b/.github/workflows/deploy-release-reusable.yml
@@ -133,11 +133,11 @@ jobs:
           cp "$DIST_FILEPATH"* .
 
           # Add & commit changes
-          svn add "${DIST_FILENAME_PREFIX}"*
+          svn add .
           svn commit \
             --username "$SVN_USERNAME" \
             --password "$SVN_PASSWORD" \
-            -m "Added *fake* \`${DIST_FILENAME_PREFIX}\` artifacts for release 
\`${PROJECT_VERSION}\`"
+            -m "Added \`${DIST_FILENAME_PREFIX}\` artifacts for release 
\`${PROJECT_VERSION}\`"
 
         env:
           SVN_USERNAME: ${{ secrets.SVN_USERNAME }}

Reply via email to