You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`tools/verify-scrcpy-latest.ps1` asserts the pin equals the latest upstream
release, so the Publish workflow started failing the moment scrcpy 4.1 shipped
on 2026-07-12. Unrelated to anything else in this branch.
Verified by running the packaged binary, not by trusting the pin: the rebuilt
osx-arm64 bundle reports `scrcpy 4.1`.
Worth knowing for the next bump: `Get-ScrcpyRoot` in build-update-zip.ps1 caches
at artifacts/tools/scrcpy/<rid> and keys the cache on whether the executable
exists, not on its version. A local rebuild after a version bump therefore keeps
the old binary and silently produces a stale package — CI is unaffected because
it always starts from a clean tree. Delete artifacts/tools/scrcpy to force it.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments