Remove extra debug
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 3c4ec16..fb0a501 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -115,7 +115,7 @@ jobs:
- name: copy files for remote Aarch64 server
uses: burnett01/rsync-deployments@5.2.1
with:
- switches: -avvvzr
+ switches: -avzr
path: .
remote_path: actions/
remote_host: ${{ secrets.AARCH_HOST }}