From 32bd0c837350eca1be6aa77dbe1909e473373f65 Mon Sep 17 00:00:00 2001 From: CptMoore <39010654+CptMoore@users.noreply.github.com> Date: Mon, 27 Jan 2025 21:41:30 +0100 Subject: [PATCH] Properly add ModTek simple injector config to release zip. --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c339d75..ae40f4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,8 @@ jobs: ( cd .. 7z a -tzip -mx9 "$DIST_DIR/CustomComponents.zip" \ - -ir!CustomComponents \ + CustomComponents/ \ + ModTek/Injectors/*.CustomComponents.xml \ -xr!CCTestMod \ -xr!source "-xr!.*" )