From 94d6dd22548bee1999836c6439b17f51d90fe821 Mon Sep 17 00:00:00 2001 From: Andi Date: Thu, 23 Jan 2020 13:01:32 +0100 Subject: [PATCH] Update godot-export.yml --- .github/workflows/godot-export.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/godot-export.yml b/.github/workflows/godot-export.yml index 3171dc1..8654d01 100644 --- a/.github/workflows/godot-export.yml +++ b/.github/workflows/godot-export.yml @@ -38,6 +38,6 @@ jobs: # upload generated exports to another server - name: Upload Exports Job run: | - ls -la /home/runner/.local/share/godot/builds/ - apt -yq install rsync openssh-client sshpass + ls -la /home/runner/.local/share/godot/builds/1 + sudo apt -yq install rsync openssh-client sshpass rsync -vv /home/runner/.local/share/godot/builds/1/* --rsync-path="/bin/rsync" --Port=${{ secrets.UPLOAD_PORT }} --rsh="/usr/bin/sshpass -p ${{ secrets.UPLOAD_PASS }} ssh -o StrictHostKeyChecking=no -l ${{ secrets.UPLOAD_USER }} -p ${{ secrets.UPLOAD_PORT }}" ${{ secrets.UPLOAD_USER }}@${{ secrets.UPLOAD_HOST }}:${{ secrets.UPLOAD_PATH }}