We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d57ff96 commit a22201fCopy full SHA for a22201f
.github/workflows/WeiduModPackager.yml
@@ -23,3 +23,4 @@ jobs:
23
architecture: x86-legacy
24
suffix: version
25
naming: tp2
26
+ name_fmt: '<%base_name%><-%extra%><-%version%>'
README.md
@@ -11,6 +11,6 @@ A customizable GitHub action that automates creation of WeiDU mod packages. It p
11
12
This branch builds WeiDU mod packages for
13
- iemod
14
-- Windows (`x86-legacy`)
+- Windows (`x86-legacy`, no prefix)
15
16
It uses the tp2 filename as package names and uses the mod's own tp2 `VERSION` string as version suffix for the package filenames.
0 commit comments