mirror of
https://github.com/veeso/termscp.git
synced 2026-09-12 15:16:01 -07:00
904befaea8
Install.sh / build (macos-latest) (push) Has been cancelled
Install.sh / build (ubuntu-latest) (push) Has been cancelled
CI / build-(macos-latest) (push) Has been cancelled
CI / build-(ubuntu-latest) (push) Has been cancelled
CI / build-(windows-latest) (push) Has been cancelled
codeberg-mirror / mirror (push) Has been cancelled
Deploy docs to GitHub Pages / deploy (push) Has been cancelled
Site / build-site (push) Has been cancelled
An empty copy destination resolved to the source file's own path, so std::fs::copy truncated the original file to 0 bytes. - localhost::copy now refuses to copy a file onto itself, returning an error instead of truncating it (root cause). - action_copy treats an empty/whitespace destination as a cancel. Closes #421