ci: publish install.sh from the repo instead of the channel copy - #192
Merged
Conversation
stable/install.sh on the release-channel branch was hand-maintained and release.yml never wrote it, so the two copies drifted. The repo's installer gained kuri-mobile for v0.4.12; the copy users actually curl did not, which meant the fix could not reach anyone — every install still produced a kuri whose `android`/`ios` subcommands die with "failed to exec 'kuri-mobile'". The file users run must be generated from the tagged tree, not remembered. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012gzdKWXk7UbHm5TtSGqYBJ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
stable/install.shonrelease-channelis hand-maintained andrelease.ymlnever writes it, so the two drifted.The repo's installer gained
kuri-mobilein v0.4.12; the copy users actuallycurldid not — so the fix could not reach anyone. Every install still produced akuriwhoseandroid/iossubcommands die withfailed to exec 'kuri-mobile', becausebuild.zigrequires that binary to sit in the same prefix.The channel copy has been corrected by hand for v0.4.12 already; this stops it recurring. Takes effect on the next tag.
🤖 Generated with Claude Code
https://claude.ai/code/session_012gzdKWXk7UbHm5TtSGqYBJ