Commit graph

8 commits

Author SHA1 Message Date
a662a14dbb ci(release): sync release.yml from coa-template
hide_archive_links is only honored by Gitea on release edit, not create —
add the PATCH step after create/lookup so auto-generated source archive
links actually stay hidden (coa-template 90874c5).
2026-06-10 02:11:46 +02:00
af24c1de66 ci(release): hide auto-generated source archives (hide_archive_links) 2026-05-29 20:51:11 +02:00
0206974be4 ci: respect GITHUB_REPOSITORY for bundle name + tolerate per-asset upload failures
All checks were successful
release / release (push) Successful in 2s
- build_zip.sh: derive <repo>-all.zip name from $GITHUB_REPOSITORY when
  set (in Gitea Actions the toplevel basename is the worker dir, not
  the repo). Falls back to git toplevel for local invocations.
- release.yml: skip assets above MAX_BYTES (200 MiB Gitea ceiling) and
  continue on individual upload failures. Job only fails if ZERO assets
  uploaded. Previously one oversized zip would block the whole release.
2026-05-25 12:15:02 +02:00
99f71dfed1 ci: tolerate 404 on release-tag existence check (set -e safety) 2026-05-25 11:57:38 +02:00
4c12f339e1 ci: replace release-action with curl (no go/action dep, fewer moving parts) 2026-05-25 11:56:54 +02:00
ce1a2fff40 ci: point release-action at gitea.com (github mirror doesn't exist) 2026-05-25 11:55:57 +02:00
963c23ba7b ci: use per-job auto GITHUB_TOKEN (Gitea reserves GITEA_TOKEN) 2026-05-25 11:51:44 +02:00
b96dec752a ci: add .gitea/workflows/release.yml (tag -> per-addon zip release) 2026-05-25 11:13:41 +02:00