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.22k stars 136 forks source link

Target "~" is creating a new folder - regression #112

Closed jdetaeye closed 1 year ago

jdetaeye commented 1 year ago

We have been using scp-action for quite some time now. Very happy about it and very grateful to its developer community.

The recent changes have broken our github action. It looks like when you specify as target ~ or ~/somefolder/ it creates a new folder called ~ in the home directory. In previous releases it just referred to the home folder.

Not sure whether this is a bug or feature. In any case it's a behavior change I wanted to report.

appleboy commented 1 year ago

@jdetaeye I got your point. I will take it. ref https://github.com/appleboy/scp-action/issues/85

appleboy commented 1 year ago

@jdetaeye Please use the stable version https://github.com/appleboy/scp-action/releases/tag/v0.1.4 first.

appleboy commented 1 year ago

@jdetaeye Please try the master version.