Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/nightlies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Package binaries
run: mvn package -f storm-dist/binary/pom.xml -Dgpg.skip
- name: Upload to nightlies.apache.org
uses: burnett01/rsync-deployments@0dc935cdecc5f5e571865e60d2a6cdc673704823
uses: burnett01/rsync-deployments@0c902521b8b9135f0dae7841a01d7d3b19629cb2
with:
switches: -avzh --update --delete --progress --include='*.zip' --include='*.tar.gz' --exclude='*'
path: storm-dist/binary/final-package/target/
Expand Down