Skip to content

Commit

Permalink
Build Binaries in Release
Browse files Browse the repository at this point in the history
  • Loading branch information
lindluni committed Dec 6, 2021
1 parent df1433f commit 11dcf50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11dcf50

Please sign in to comment.