We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f3fd8 commit aa6ff07Copy full SHA for aa6ff07
.github/workflows/nightlies.yaml
@@ -60,7 +60,7 @@ jobs:
60
- name: Package binaries
61
run: mvn package -f storm-dist/binary/pom.xml -Dgpg.skip
62
- name: Upload to nightlies.apache.org
63
- uses: burnett01/rsync-deployments@0c902521b8b9135f0dae7841a01d7d3b19629cb2
+ uses: burnett01/rsync-deployments@0dc935cdecc5f5e571865e60d2a6cdc673704823
64
with:
65
switches: -avzh --update --delete --progress --include='*.zip' --include='*.tar.gz' --exclude='*'
66
path: storm-dist/binary/final-package/target/
0 commit comments