diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 33d082a..def0487 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -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