Skip to content

Commit 0e2ab41

Browse files
Merge pull request #15 from filipecosta90/improve.release
Fixed prebuilt binaries release process
2 parents ba2394d + 4c427b7 commit 0e2ab41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
binary_name: "./redis-benchmark-go"
2424
sha256sum: true
2525
asset_name: redis-benchmark-go-${{ matrix.goos }}-${{ matrix.goarch }}
26-
build_command: "make"
26+
build_command: "make build"

0 commit comments

Comments
 (0)