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 e7eacbd Fix SVN upload script, again
e7eacbd is described below
commit e7eacbddddef57379ceedf128f6c41f703dc5495
Author: Volkan Yazıcı <[email protected]>
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