Update build_all.yml
This commit is contained in:
parent
6d893adffa
commit
f52b49effd
3
.github/workflows/build_all.yml
vendored
3
.github/workflows/build_all.yml
vendored
@ -58,5 +58,4 @@ jobs:
|
||||
- name: Upload files
|
||||
env:
|
||||
SSHPASS: ${{secrets.SSH_PASSWORD}}
|
||||
run: sshpass -e rsync --archive --compress --verbose --stats -e ssh . ${{secrets.SSH_DESTINATION}} 2>&1 | grep
|
||||
-v debug1
|
||||
run: sshpass -e rsync --archive --compress --verbose --stats -e ssh . ${{secrets.SSH_DESTINATION}} 2>&1 | grep -v debug1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user