Skip to content

Commit 58017f6

Browse files
committed
Fixed artifact publishing error due to wrong bin name
1 parent 52ef19d commit 58017f6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
github_token: ${{ secrets.GITHUB_TOKEN }}
2121
goos: ${{ matrix.goos }}
2222
goarch: ${{ matrix.goarch }}
23-
binary_name: "redisgraph-benchmark-go"
23+
binary_name: "pubsub-sub-bench"
2424
sha256sum: true
25-
asset_name: redisgraph-benchmark-go-${{ matrix.goos }}-${{ matrix.goarch }}
25+
asset_name: pubsub-sub-bench-${{ matrix.goos }}-${{ matrix.goarch }}
2626
build_command: "make build"
27+
<

0 commit comments

Comments
 (0)