We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fbc3cf commit e7144e6Copy full SHA for e7144e6
.github/workflows/release.yaml
@@ -18,6 +18,8 @@ jobs:
18
run: |
19
go install github.com/mitchellh/gox@latest
20
go install github.com/tcnksm/ghr@latest
21
+ - name: Add GOPATH to search path
22
+ run: echo `go env GOPATH`/bin >> $GITHUB_PATH
23
- name: Build
24
run: make all
25
env:
0 commit comments