Conversion to slnx #19
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| on: push | |
| name: CI | |
| jobs: | |
| build: | |
| uses: BattletechModders/ModTek/.github/workflows/mod-builder.yml@master | |
| with: | |
| checkout-directory: 'BATTLETECH/Mods/SpeedMod' | |
| build-script: | | |
| ( | |
| cd source | |
| dotnet build -c Release -p:BattleTechGameDir="$BATTLETECH_DIR/" | |
| ) | |
| ( | |
| cd .. | |
| 7z a -tzip -mx9 "$DIST_DIR/SpeedMod.zip" \ | |
| -ir!SpeedMod \ | |
| -xr!source "-xr!.*" | |
| ) | |
| release-notes: | | |
| Requires ModTek to be up-to-date. | |
| SpeedMod.zip contains the mod. | |
| secrets: inherit |