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.
This commit is contained in:
Florian Andrew George Berthold 2026-06-10 04:45:31 +02:00
parent 9154d56750
commit bed334f9dd
3 changed files with 29 additions and 29 deletions

View file

@ -23,8 +23,8 @@ TMP_DIR="$REPO_ROOT/tmp"
STAGING_DIR="$REPO_ROOT/staging"
DIST_DIR="$REPO_ROOT/dist"
API="https://git.sub-net.at/api/v1"
ORG="Exiles"
API="https://git.exil.es/api/v1"
ORG="coa-addons"
TAG=""
while [ $# -gt 0 ]; do