Skip to content

Commit 5ccb902

Browse files
committed
fixing assets
Signed-off-by: Srinivasan Parthasarathy <spartha@us.ibm.com>
1 parent 5234f2c commit 5ccb902

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/assets.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
with:
1616
go-version: 1.17
1717
- uses: actions/checkout@v2
18-
- name: Build binary
19-
run: make build
18+
- name: Build binaries
19+
run: make dist
2020
- name: Upload binaries to release
2121
uses: svenstaro/upload-release-action@v2
2222
with:

0 commit comments

Comments
 (0)