Commit graph

3 commits

Author SHA1 Message Date
bed334f9dd build: repoint pack to git.exil.es/coa-addons (PascalCase names)
All checks were successful
release-pack / pack (push) Successful in 15s
Migrated home: source git.sub-net.at/Exiles -> git.exil.es/coa-addons, manifest
repo names coa-* -> PascalCase (AtlasLoot, WeakAuras, Bartender4, Kui_Nameplates,
Leatrix_Plus, TradeSkillMaster, ...). build_pack.sh API+ORG updated. Per-addon
release workflows are instance-relative and needed no changes.
2026-06-10 04:45:31 +02:00
9154d56750 fix(pack): valid manifest YAML, stable-release picker, tolerant asset re-upload
- manifest: single-quote the coa-template note - nested double quotes
  made the scalar invalid YAML (awk include-parser unaffected; it only
  reads repo:/include: lines)
- build_pack: releases?limit=1 could hand back a prerelease/draft;
  fetch limit=10 and jq-select the first stable release
- release.yml: re-running for an existing tag 409'd on duplicate asset
  names and set -euo pipefail killed the job; skip already-attached
  assets / warn on failed uploads and only fail when the release ends
  up with zero assets
2026-06-10 02:17:21 +02:00
fa6dc68d31 feat: initial coa-pack scaffolding (manifest + build_pack + workflow + docs) 2026-05-25 12:11:48 +02:00