mirror of
https://github.com/prirun/p50em.git
synced 2026-01-27 20:17:36 +00:00
Flush out the auto-build. No clue if this will work.
This commit is contained in:
12
.github/workflows/linuxbuild.yml
vendored
12
.github/workflows/linuxbuild.yml
vendored
@@ -9,6 +9,16 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user