We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4304aed commit 32bd0c8Copy full SHA for 32bd0c8
1 file changed
.github/workflows/ci.yml
@@ -17,7 +17,8 @@ jobs:
17
(
18
cd ..
19
7z a -tzip -mx9 "$DIST_DIR/CustomComponents.zip" \
20
- -ir!CustomComponents \
+ CustomComponents/ \
21
+ ModTek/Injectors/*.CustomComponents.xml \
22
-xr!CCTestMod \
23
-xr!source "-xr!.*"
24
)
0 commit comments