Skip to content

Commit 32bd0c8

Browse files
committed
Properly add ModTek simple injector config to release zip.
1 parent 4304aed commit 32bd0c8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
(
1818
cd ..
1919
7z a -tzip -mx9 "$DIST_DIR/CustomComponents.zip" \
20-
-ir!CustomComponents \
20+
CustomComponents/ \
21+
ModTek/Injectors/*.CustomComponents.xml \
2122
-xr!CCTestMod \
2223
-xr!source "-xr!.*"
2324
)

0 commit comments

Comments
 (0)