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

rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git


The following commit(s) were added to refs/heads/master by this push:
     new a563e5161 STORM-4006 - Fix target path on nightlies.apache.org
a563e5161 is described below

commit a563e5161f41be160a38423305840a15d4a691d2
Author: Richard Zowalla <richard.zowa...@hs-heilbronn.de>
AuthorDate: Mon Dec 4 14:38:43 2023 +0100

    STORM-4006 - Fix target path on nightlies.apache.org
---
 .github/workflows/nightlies.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/nightlies.yaml b/.github/workflows/nightlies.yaml
index b1c9df37b..5ab84bda2 100644
--- a/.github/workflows/nightlies.yaml
+++ b/.github/workflows/nightlies.yaml
@@ -63,7 +63,7 @@ jobs:
         with:
           switches: -avzr --include='*/' --include='*.zip' 
--include='*.tar.gz' --exclude='*'
           path: storm-dist/binary/final-package/target/
-          remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH }}/storm
+          remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH }}/storm/
           remote_host: ${{ secrets.NIGHTLIES_RSYNC_HOST }}
           remote_port: ${{ secrets.NIGHTLIES_RSYNC_PORT }}
           remote_user: ${{ secrets.NIGHTLIES_RSYNC_USER }}

Reply via email to