Skip to content

Merge pull request #101 from ChouUn/fix/frontend #156

Merge pull request #101 from ChouUn/fix/frontend

Merge pull request #101 from ChouUn/fix/frontend #156

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
with:
ref: refs/heads/master
submodules : recursive
- uses: actboy168/setup-luamake@master
with:
arch: x86
- run: luamake
- run: ./bin/w3x2lni-lua.exe make/make.lua ci
- uses: actions/upload-artifact@v2
with:
name: w3x2lni
path: |
bin
data
script
template
config.ini
LICENSE.txt
README.md
w2l.exe
w3x2lni.exe