We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5234f2c commit 5ccb902Copy full SHA for 5ccb902
1 file changed
.github/workflows/assets.yaml
@@ -15,8 +15,8 @@ jobs:
15
with:
16
go-version: 1.17
17
- uses: actions/checkout@v2
18
- - name: Build binary
19
- run: make build
+ - name: Build binaries
+ run: make dist
20
- name: Upload binaries to release
21
uses: svenstaro/upload-release-action@v2
22
0 commit comments