mirror of
https://github.com/prirun/p50em.git
synced 2026-01-11 23:42:56 +00:00
23 lines
474 B
YAML
23 lines
474 B
YAML
name: macbuild
|
|
|
|
on: workflow_dispatch
|
|
|
|
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
|