mirror of
https://github.com/therealaleph/MasterHttpRelayVPN-RUST.git
synced 2026-05-17 21:24:48 +03:00
c98ae73c92
The v1.9.2 telegram publish failed because attempt 1 hit a transient HTTP 500 from GitHub's release-asset CDN mid-download, leaving partial files in assets/. Attempts 2 and 3 then errored on "already exists" because gh release download refuses to overwrite without --clobber. With --clobber, retries can complete cleanly even when an earlier attempt left files behind. No change to the success path.