Skip to content

Commit c5c8aca

Browse files
authored
Merge pull request #29 from prplecake/fix-release-action
2 parents 60c5ecf + e70b876 commit c5c8aca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,5 @@ jobs:
2323
github_token: ${{ secrets.GITHUB_TOKEN }}
2424
goos: ${{ matrix.goos }}
2525
goarch: ${{ matrix.goarch }}
26-
build_command: "make"
27-
build_flags: "build"
26+
build_command: "make build"
2827
extra_files: LICENSE README.md gof.example.yaml

0 commit comments

Comments
 (0)