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

Commit b5ac049

Browse files
committed
run proper make target for release
1 parent 18fde02 commit b5ac049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
go-version: '1.13.x'
1818
- name: Build project # This would actually build your project, using zip for an example artifact
19-
run: make
19+
run: make all
2020
- name: Create Release
2121
id: create_release
2222
uses: actions/[email protected]

0 commit comments

Comments
 (0)