Files
parking_solution/.gitea/workflows
julian 21bfdce27a
Release desktop / bundle (push) Successful in 4m24s
fix(release): surface the actual Gitea API error on mirror failure
The mirror step's release id came back empty on the last real run but
nothing failed loudly — every curl response was swallowed (|| true, or
piped straight to /dev/null), so we had no idea why. Capture HTTP status +
response body on every call and exit 1 with the actual error instead of
silently uploading to a malformed //assets URL with no release id.
2026-09-03 10:50:36 +02:00
..