We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b5d2b5 commit 65338a5Copy full SHA for 65338a5
1 file changed
.github/workflows/publish.yml
@@ -64,6 +64,6 @@ jobs:
64
65
- name: Upload to Maven server
66
run: |
67
- rsync -rltvz \
+ rsync -rlvz \
68
build/maven-repo/ \
69
"${{ secrets.MAVEN_DEPLOY_USER }}@${{ secrets.MAVEN_DEPLOY_HOST }}:"
0 commit comments