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.
2 parents bac7357 + 6a919d7 commit 14be929Copy full SHA for 14be929
1 file changed
.github/workflows/nightlies.yaml
@@ -52,7 +52,7 @@ jobs:
52
- name: Package binaries
53
run: mvn package -f storm-dist/binary/pom.xml -Dgpg.skip
54
- name: Upload to nightlies.apache.org
55
- uses: burnett01/rsync-deployments@66257cad6bfeb2171d3b6bfa6c9a22279dd9c3a1 #v8.0.5
+ uses: burnett01/rsync-deployments@4d419d1dc46d4a8a2b6ceab2f951f0f93b2da8f5 #v9
56
with:
57
switches: -avzh --update --delete --progress --include='*.zip' --include='*.tar.gz' --exclude='*'
58
path: storm-dist/binary/final-package/target/
0 commit comments