1
0
mirror of https://github.com/prirun/p50em.git synced 2026-01-27 12:12:09 +00:00
Files
prirun.p50em/.github/workflows/freebsdbuild.yml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 15: cannot unmarshal !!seq into string
2021-03-19 01:27:25 -04:00

28 lines
682 B
YAML

name: freebsdbuild
on: workflow_dispatch
jobs:
build:
runs-on: macos-latest
steps:
- uses: "actions/checkout@v2"
- uses: "vmactions/freebsd-vm@latest"
with:
usesh: true
prepare: pkg install -y curl
run:
- 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 - FreeBSD"
files: |
LICENSE
README.md
em.1
em