Skip to content

Commit a57a73d

Browse files
authored
Merge pull request #20 from sriumcp/assets
fixing go install
2 parents 19f1c0a + 2585e24 commit a57a73d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/assets.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@ name: Publish binaries
33
on:
44
release:
55
types: [published]
6-
6+
77
jobs:
88
build:
99
name: Publish binaries
1010
runs-on: ubuntu-latest
1111

1212
steps:
13+
- name: Install Go
14+
uses: actions/setup-go@v2
15+
with:
16+
go-version: 1.17
1317
- uses: actions/checkout@v2
1418
- name: Build binary
1519
run: make build

0 commit comments

Comments
 (0)