Skip to content

chore: Adds the HEMTT build system to TMF #171

chore: Adds the HEMTT build system to TMF

chore: Adds the HEMTT build system to TMF #171

Workflow file for this run

name: Build addon
on:
push:
branches:
- master
- dev
pull_request:
branches:
- master
- dev
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
name: Checkout repository
- name: Building pbos
run: ./Build.exe
- uses: actions/upload-artifact@v4
name: Upload artifacts
with:
name: build
path: |
addons/*.pbo
mod.cpp
README.md