Skip to content

Commit 4a9bf0d

Browse files
authored
Merge pull request #22 from sriumcp/assets
fixing assets
2 parents 4a85f5c + 5ccb902 commit 4a9bf0d

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)