scp-action icon indicating copy to clipboard operation
scp-action copied to clipboard

ssh: command failed

Open CheeseTastisch opened this issue 1 year ago • 2 comments

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/[email protected]
  with:
    host: ${{ secrets.HOST }}
    username: ${{ secrets.USERNAME }}
    password: ${{ secrets.PASSWORD }}
    port: ${{ secrets.PORT }}
    source: "build/libs/core.jar,build/libs/library.jar"
    target: "/plugins"

CheeseTastisch avatar Oct 05 '23 11:10 CheeseTastisch

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

RationalEar avatar Feb 12 '24 19:02 RationalEar

No, didn't solve it...

CheeseTastisch avatar Feb 12 '24 20:02 CheeseTastisch