From 29fbc31df66a89eacfdb9b5786ad26fe7c393fe1 Mon Sep 17 00:00:00 2001 From: Dennis Boone Date: Fri, 19 Mar 2021 01:30:30 -0400 Subject: [PATCH] Can the packaging be outside the vm thing? --- .github/workflows/freebsdbuild.yml | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/.github/workflows/freebsdbuild.yml b/.github/workflows/freebsdbuild.yml index 732e5d5..d1304a1 100644 --- a/.github/workflows/freebsdbuild.yml +++ b/.github/workflows/freebsdbuild.yml @@ -11,17 +11,16 @@ jobs: 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 + 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