From 11dcf50395bd1af31395a092f354414f23bb8d1c Mon Sep 17 00:00:00 2001 From: Brett Logan Date: Mon, 6 Dec 2021 01:03:57 -0500 Subject: [PATCH] Build Binaries in Release --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9b46da2..b4e302c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,9 @@ jobs: steps: - name: Checkout Code uses: actions/checkout@v2 - - name: Set output + - name: Create Binaries + run: make release + - name: Parse Tag id: vars run: echo ::set-output name=tag::${GITHUB_REF#refs/*/} - name: Release