mirror of
https://github.com/prirun/p50em.git
synced 2026-01-27 20:17:36 +00:00
25 lines
448 B
YAML
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
|