1
0
mirror of https://github.com/prirun/p50em.git synced 2026-01-28 04:27:41 +00:00
Files
prirun.p50em/.github/workflows/linuxbuild.yml
2021-03-18 11:58:04 -04:00

25 lines
448 B
YAML

name: linuxbuild
on:
release:
types:
- created
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: "actions/checkout@v2"
- name: make
run: make
- uses: "marvinpinto/action-automatic-releases@latest"
with:
automatic_release_tag: "latest"
prerelease: false
title: "Bleeding Edge Binary - Ubuntu"
files: |
LICENSE
README.md
em.1
em