Commit 0fabd777d91e13bb4795d0b9db0b2201f9298904

Anthony Green 2022-09-03T07:02:34

Remove extra debug

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