Debug rsync
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d73b09b..3c4ec16 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -115,9 +115,9 @@ jobs:
- name: copy files for remote Aarch64 server
uses: burnett01/rsync-deployments@5.2.1
with:
- switches: -avzr
+ switches: -avvvzr
path: .
- remote_path: actions
+ remote_path: actions/
remote_host: ${{ secrets.AARCH_HOST }}
remote_user: ${{ secrets.CFARM_USERNAME }}
remote_key: ${{ secrets.CFARM_KEY }}