Skip to content

Commit e7144e6

Browse files
authored
Update release.yaml
1 parent 9fbc3cf commit e7144e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
run: |
1919
go install github.com/mitchellh/gox@latest
2020
go install github.com/tcnksm/ghr@latest
21+
- name: Add GOPATH to search path
22+
run: echo `go env GOPATH`/bin >> $GITHUB_PATH
2123
- name: Build
2224
run: make all
2325
env:

0 commit comments

Comments
 (0)