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/09/06 07:52:24 UTC

[logging-parent] 23/30: Fix SVN upload script, again

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

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

commit 60254bc135cc4e607152fb97e0dc0ef20665393a
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Mon Sep 4 20:58:32 2023 +0200

    Fix SVN upload script, again
---
 .github/workflows/deploy-release-reusable.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/deploy-release-reusable.yml b/.github/workflows/deploy-release-reusable.yml
index d517081..1a40da1 100644
--- a/.github/workflows/deploy-release-reusable.yml
+++ b/.github/workflows/deploy-release-reusable.yml
@@ -130,7 +130,7 @@ jobs:
 
           # Switch to the project folder
           cd "$SVN_DIR"
-          if [ \! -f "$PROJECT_NAME" ]; then
+          if [ \! -d "$PROJECT_NAME" ]; then
             mkdir -p "$PROJECT_NAME"
             svn add "$PROJECT_NAME"
           fi