• ci(release): replace Python heredoc with printf for signing config injection
    Release / Build · Linux x86_64 (push) Has been cancelled
    Release / Build · Android APK (push) Has been cancelled
    Release / Publish GitHub Release (push) Has been cancelled

    funman300 released this 2026-05-09 05:58:58 +00:00 | 286 commits to master since this release

    The Python heredoc had TOML section lines at column 0 inside a YAML
    literal block, which YAML interprets as terminating the block (parse
    error, instant workflow failure). printf keeps all lines at proper
    indentation within the run block while avoiding sed escaping issues
    with special characters in passwords.

    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

    Downloads