Skip to content

Commit

Permalink
Update godot-export.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
h4de5 authored Jan 23, 2020
1 parent ea890a4 commit 94d6dd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/godot-export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 94d6dd2

Please sign in to comment.