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 440487d  Fix bash typo
440487d is described below

commit 440487dbfd02196fe5664ff8ff0796de52cb1da7
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Tue Sep 26 20:48:18 2023 +0200

    Fix bash typo
---
 .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 0ae83fc..858a3f6 100644
--- a/.github/workflows/deploy-release-reusable.yaml
+++ b/.github/workflows/deploy-release-reusable.yaml
@@ -239,7 +239,7 @@ jobs:
 
           # Copy the site
           if [ "$SITE_ENABLED" == "true" ]; then
-            cp "$GITHUB_WORKSPACE/target/site.zip" > 
"${DIST_FILENAME_VERSIONED_PREFIX}-site.zip"
+            cp "$GITHUB_WORKSPACE/target/site.zip" 
"${DIST_FILENAME_VERSIONED_PREFIX}-site.zip"
           fi
 
           # Copy the distribution

Reply via email to