From 8782e6a63e453464669873f4a85f21dc0b25c9d8 Mon Sep 17 00:00:00 2001 From: Dennis Boone Date: Fri, 19 Mar 2021 01:13:11 -0400 Subject: [PATCH] MacOS builder. --- .github/workflows/macbuild.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/workflows/macbuild.yml diff --git a/.github/workflows/macbuild.yml b/.github/workflows/macbuild.yml new file mode 100644 index 0000000..dd22273 --- /dev/null +++ b/.github/workflows/macbuild.yml @@ -0,0 +1,25 @@ +name: macbuild + +on: + release: + types: + - created + +jobs: + build: + runs-on: macos-latest + steps: + - uses: "actions/checkout@v2" + - name: make + run: make + - uses: "marvinpinto/action-automatic-releases@latest" + with: + repo_token: "${{ secrets.GITHUB_TOKEN }}" + automatic_release_tag: "latest" + prerelease: false + title: "Bleeding Edge Binary - MacOS" + files: | + LICENSE + README.md + em.1 + em