We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f60c44 commit a95c314Copy full SHA for a95c314
1 file changed
.github/workflows/publish.yml
@@ -20,7 +20,7 @@ jobs:
20
github_token: ${{ secrets.GITHUB_TOKEN }}
21
goos: ${{ matrix.goos }}
22
goarch: ${{ matrix.goarch }}
23
- binary_name: "./document-benchmark"
+ binary_name: "./bin/document-benchmark"
24
sha256sum: true
25
asset_name: document-benchmark-${{ matrix.goos }}-${{ matrix.goarch }}
26
build_command: "make document-benchmark"
0 commit comments