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 52ef19d + 58017f6 commit 255d9daCopy full SHA for 255d9da
.github/workflows/publish.yml
@@ -20,7 +20,8 @@ jobs:
20
github_token: ${{ secrets.GITHUB_TOKEN }}
21
goos: ${{ matrix.goos }}
22
goarch: ${{ matrix.goarch }}
23
- binary_name: "redisgraph-benchmark-go"
+ binary_name: "pubsub-sub-bench"
24
sha256sum: true
25
- asset_name: redisgraph-benchmark-go-${{ matrix.goos }}-${{ matrix.goarch }}
+ asset_name: pubsub-sub-bench-${{ matrix.goos }}-${{ matrix.goarch }}
26
build_command: "make build"
27
+ <
0 commit comments