Commit 1922870fe3baf41991670db81b35c1ab0b482895

Anthony Green 2022-09-03T06:53:52

Debug rsync

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 }}