Skip to content

Commit 65338a5

Browse files
Remove -t flag
1 parent 4b5d2b5 commit 65338a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ jobs:
6464
6565
- name: Upload to Maven server
6666
run: |
67-
rsync -rltvz \
67+
rsync -rlvz \
6868
build/maven-repo/ \
6969
"${{ secrets.MAVEN_DEPLOY_USER }}@${{ secrets.MAVEN_DEPLOY_HOST }}:"

0 commit comments

Comments
 (0)