ssh-action/.github/workflows
Bo-Yi Wu f293264524
fix: append .exe suffix to Windows binary download filename
The drone-ssh release publishes Windows assets with an .exe suffix
(e.g. drone-ssh-1.8.2-windows-amd64.exe), but entrypoint.sh built the
download filename without it, so every Windows runner failed with a 404
at the download step (ERR_DOWNLOAD_FAILED).

Append .exe when the detected platform is windows. This also keeps the
checksums.txt lookup working on Windows since entries match the exact
asset name. Add a windows-latest CI job that exercises the download,
checksum verification, and binary execution path.

Fixes #417

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-15 11:24:11 +08:00
..
goreleaser.yml chore(ci): bump actions/setup-go from v6 to v7 2026-07-18 09:58:00 +08:00
main.yml fix: append .exe suffix to Windows binary download filename 2026-08-15 11:24:11 +08:00
stable.yml chore(ci): update GitHub Actions dependencies to latest versions 2026-06-23 20:07:08 +08:00
trivy-scan.yml chore(ci): update GitHub Actions dependencies to latest versions 2026-06-23 20:07:08 +08:00