Skip to content

add suboptions (#192) #49

add suboptions (#192)

add suboptions (#192) #49

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo apt-get install -y lua5.1 luarocks make
- run: sudo luarocks install moonscript
- run: make
- uses: "marvinpinto/action-automatic-releases@latest"
if: ${{ github.ref == 'refs/heads/master' }}
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Development Build"
files: |
build/webm.lua
build/webm.conf