Add MPQ release pipeline (packaged by mpq-packager on v* tag)
Release MPQ / package (push) Successful in 7s

This commit is contained in:
2026-06-25 22:51:57 -05:00
parent e504f88167
commit 8b7aa45813
2 changed files with 83 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# Packs this repo into Interface\GlueXML\ inside a patch-Z.mpq.
# Z sorts after Blizzard's stock MPQs, so its files win on conflict.
# Built by paste/mpq-packager via .gitea/workflows/release.yml on a v* tag.
name: GlueXML
patch-letter: Z
substitute:
enabled: true
extensions: [".lua", ".xml", ".toc"]
contents:
- src: .
dest: Interface/GlueXML
ignore:
- ".git/**"
- ".gitea/**"
- "mpq.yaml"
- "*.md"
- "dist/**"