diff --git a/build.sh b/build.sh index 47869223a..106db55a3 100755 --- a/build.sh +++ b/build.sh @@ -157,6 +157,7 @@ UPLOAD_ARTIFACTS(){ rsync \ -auvLz \ -e "ssh ${SSH_OPTIONS[*]}" \ + --info=progress2 \ "${OUTNAME}" \ "${UPLOAD_USER}@${UPLOAD_SERVER}:${DESTDIRS[$(_FORMAT)]}" }