Commit aee50966ca85d777271cd7e14714b916264cb190

Anthony Green 2022-09-03T06:47:49

Change remote path

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 a1a5c11..d73b09b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -117,7 +117,7 @@ jobs:
         with:
           switches: -avzr
           path: .
-          remote_path: /home/green/actions/
+          remote_path: actions
           remote_host: ${{ secrets.AARCH_HOST }}
           remote_user: ${{ secrets.CFARM_USERNAME }}
           remote_key: ${{ secrets.CFARM_KEY }}