Skip to content

Commit a95c314

Browse files
Fixed publish github workflow (#14)
1 parent 2f60c44 commit a95c314

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
github_token: ${{ secrets.GITHUB_TOKEN }}
2121
goos: ${{ matrix.goos }}
2222
goarch: ${{ matrix.goarch }}
23-
binary_name: "./document-benchmark"
23+
binary_name: "./bin/document-benchmark"
2424
sha256sum: true
2525
asset_name: document-benchmark-${{ matrix.goos }}-${{ matrix.goarch }}
2626
build_command: "make document-benchmark"

0 commit comments

Comments
 (0)