Skip to content

Switch to ModTek libs, updated versions. #14

Switch to ModTek libs, updated versions.

Switch to ModTek libs, updated versions. #14

Workflow file for this run

on: push
name: CI
jobs:
build:
uses: BattletechModders/ModTek/.github/workflows/mod-builder.yml@master
with:
checkout-directory: 'BATTLETECH/Mods/BattletechPerformanceFix'
build-script: |
(
cd source
dotnet build -c Release -p:BattleTechGameDir="$BATTLETECH_DIR/"
)
(
cd ..
7z a -tzip -mx9 "$DIST_DIR/BattletechPerformanceFix.zip" \
-ir!BattletechPerformanceFix \
-xr!source "-xr!.*"
)
release-notes: |
BattletechPerformanceFix.zip contains the mod
Requires ModTek v4.3 or later.
secrets: inherit