Skip to content

Commit

Permalink
Include new CC files.
Browse files Browse the repository at this point in the history
  • Loading branch information
CptMoore committed Jan 27, 2025
1 parent d745a0d commit 0df6f3a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,18 @@ jobs:
)
(
cd ..
7z a -tzip -mx9 "$DIST_DIR/MechEngineer.zip" \
-ir!MechEngineer -ir!CustomComponents -ir!CustomFilters \
7z a -tzip "MechEngineer.zip" \
MechEngineer/ \
-xr!source "-xr!.*"
)
(
cd ..
mkdir all && cd all
unzip ../CustomComponents.zip
unzip ../CustomFilters.zip
unzip ../MechEngineer.zip
7z a -tzip -mx9 "$DIST_DIR/MechEngineer.zip" .
)
release-notes: |
Requires ModTek v4.3 or later.
MechEngineer.zip contains:
Expand Down

0 comments on commit 0df6f3a

Please sign in to comment.