- deploy.yml: use python3 -m venv for the Play Store verification step so
google-auth can be installed on Ubuntu 24.04 (PEP 668 blocks system-wide pip)
- setup_dagger_remote.sh: avoid adding a second trailing newline to values
that already end with one (e.g. SSH private keys), which can corrupt PEM
file parsing
- ci/main.go Deployer: mount SSH key at a raw path and strip CRLF line
endings before use — "error in libcrypto" in Alpine's LibreSSL-backed
openssh is caused by Windows-style CR bytes in the key file
Closes#366
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>