Fixed upload path

This commit is contained in:
CommanderRedYT
2021-12-01 14:40:18 +01:00
committed by GitHub
parent 562fc167bc
commit fb3fe7b3c0

View File

@@ -64,7 +64,7 @@ jobs:
env:
HOST: commanderred.xyz
KEY: ${{ secrets.RSYNC_SSH_KEY }}
TARGET: /home/github/${{ env.GITHUB_SHA }}/
TARGET: /home/github/${{ env.GITHUB_SHA }}
USER: github
SSH_ARGS: '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'
SOURCE: 'build_${{ matrix.node }}/bobbyquad_${{ matrix.node }}.bin'