4293e90a97
A BigWigs-style CI packager for WoW MPQ patch archives. Reads an mpq.yaml manifest, stages files, builds a vanilla-1.12-compatible patch-X.mpq via StormLib, and (in the example workflow) attaches it to a Gitea release on tag.
10 lines
181 B
YAML
10 lines
181 B
YAML
# Manifest used by the CI smoke test.
|
|
name: fixture
|
|
patch-letter: Z
|
|
substitute:
|
|
enabled: true
|
|
extensions: [".lua"]
|
|
contents:
|
|
- src: fixture
|
|
dest: Interface/AddOns/Fixture
|