Skip to content

rename flow to lint #178

rename flow to lint

rename flow to lint #178

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Setup HEMTT
uses: arma-actions/hemtt@v1
- name: Run HEMTT build
run: hemtt release
- name: Upload Release
uses: actions/upload-artifact@v4
with:
name: tmf
path: releases/tmf-latest.zip