summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2022-09-02 20:03:02 -0400
committerAnthony Green <green@moxielogic.com>2022-09-02 20:03:02 -0400
commit73552c2e732df17c7f9008fecfc448c1d6397cfe (patch)
tree93a89ecbe89d8f18c5dd22a8b5103bc83c226bbf
parent904424fe82bd6d4a498fee84b3f26d55426ff75f (diff)
downloadlibffi-73552c2e732df17c7f9008fecfc448c1d6397cfe.tar.gz
Tweak
-rw-r--r--.github/workflows/build.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e3dca2c..a1a5c11 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -109,14 +109,15 @@ jobs:
script: |
rm -rf actions
mkdir actions
+ ls -l
pwd
- name: copy files for remote Aarch64 server
uses: burnett01/rsync-deployments@5.2.1
with:
- switches: -avzr --delete
+ switches: -avzr
path: .
- remote_path: /home/green/actions
+ remote_path: /home/green/actions/
remote_host: ${{ secrets.AARCH_HOST }}
remote_user: ${{ secrets.CFARM_USERNAME }}
remote_key: ${{ secrets.CFARM_KEY }}