From 9fa1c77bad5a4be4d05e44bcbb2058d9bfdf993f Mon Sep 17 00:00:00 2001 From: Dennis Boone Date: Thu, 18 Mar 2021 11:58:04 -0400 Subject: [PATCH] Flush out the auto-build. No clue if this will work. --- .github/workflows/linuxbuild.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linuxbuild.yml b/.github/workflows/linuxbuild.yml index 2d2fc0a..b210711 100644 --- a/.github/workflows/linuxbuild.yml +++ b/.github/workflows/linuxbuild.yml @@ -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