1
0
mirror of https://github.com/prirun/p50em.git synced 2026-04-13 15:13:55 +00:00

MacOS builder.

This commit is contained in:
Dennis Boone
2021-03-19 01:13:11 -04:00
parent 88a43363e1
commit 8782e6a63e

25
.github/workflows/macbuild.yml vendored Normal file
View File

@@ -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