Skip to content

Commit

Permalink
STORM-4006 - Fix target path on nightlies.apache.org
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 committed Dec 4, 2023
1 parent 370e469 commit a563e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightlies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit a563e51

Please sign in to comment.