mirror of
https://github.com/prirun/p50em.git
synced 2026-01-13 15:17:32 +00:00
Can the packaging be outside the vm thing?
This commit is contained in:
parent
f72b67b876
commit
29fbc31df6
27
.github/workflows/freebsdbuild.yml
vendored
27
.github/workflows/freebsdbuild.yml
vendored
@ -11,17 +11,16 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
usesh: true
|
usesh: true
|
||||||
prepare: pkg install -y curl
|
prepare: pkg install -y curl
|
||||||
run:
|
run: |
|
||||||
- name: make
|
make
|
||||||
run: make
|
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
with:
|
||||||
with:
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
automatic_release_tag: "latest"
|
||||||
automatic_release_tag: "latest"
|
prerelease: false
|
||||||
prerelease: false
|
title: "Bleeding Edge Binary - FreeBSD"
|
||||||
title: "Bleeding Edge Binary - FreeBSD"
|
files: |
|
||||||
files: |
|
LICENSE
|
||||||
LICENSE
|
README.md
|
||||||
README.md
|
em.1
|
||||||
em.1
|
em
|
||||||
em
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user