Update build_all.yml

This commit is contained in:
Timerix22 2024-01-06 21:09:29 +06:00 committed by GitHub
parent 6d893adffa
commit f52b49effd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,5 +58,4 @@ jobs:
- name: Upload files - name: Upload files
env: env:
SSHPASS: ${{secrets.SSH_PASSWORD}} SSHPASS: ${{secrets.SSH_PASSWORD}}
run: sshpass -e rsync --archive --compress --verbose --stats -e ssh . ${{secrets.SSH_DESTINATION}} 2>&1 | grep run: sshpass -e rsync --archive --compress --verbose --stats -e ssh . ${{secrets.SSH_DESTINATION}} 2>&1 | grep -v debug1
-v debug1