appleboy / scp-action

GitHub Action that copy files and artifacts via SSH.
https://github.com/marketplace/actions/scp-command-to-transfer-files
MIT License
1.25k stars 135 forks source link

ssh: command failed #145

Open CheeseTastisch opened 1 year ago

CheeseTastisch commented 1 year ago

Every time I try to copy my files I get the following error: 2023/10/05 11:15:16 error copy file to dest: ***, error message: ssh: command scp -tr SagKakNsXw.tar.gz failed

This is my action:

- name: Copy Files
  uses: appleboy/scp-action@v0.1.4
  with:
    host: ${{ secrets.HOST }}
    username: ${{ secrets.USERNAME }}
    password: ${{ secrets.PASSWORD }}
    port: ${{ secrets.PORT }}
    source: "build/libs/core.jar,build/libs/library.jar"
    target: "/plugins"
RationalEar commented 9 months ago

Getting exact same error. Did you find a solution @CheeseTastisch

CheeseTastisch commented 9 months ago

No, didn't solve it...