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.
2 parents 60c5ecf + e70b876 commit c5c8acaCopy full SHA for c5c8aca
.github/workflows/release.yml
@@ -23,6 +23,5 @@ jobs:
23
github_token: ${{ secrets.GITHUB_TOKEN }}
24
goos: ${{ matrix.goos }}
25
goarch: ${{ matrix.goarch }}
26
- build_command: "make"
27
- build_flags: "build"
+ build_command: "make build"
28
extra_files: LICENSE README.md gof.example.yaml
0 commit comments