Skip to content
This repository has been archived by the owner on Jun 18, 2020. It is now read-only.

Commit

Permalink
run proper make target for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mwindower committed Feb 4, 2020
1 parent 18fde02 commit b5ac049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
go-version: '1.13.x'
- name: Build project # This would actually build your project, using zip for an example artifact
run: make
run: make all
- name: Create Release
id: create_release
uses: actions/create-release@v1.0.0
Expand Down

0 comments on commit b5ac049

Please sign in to comment.