Update build_all.yml
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user