Skip to content

Commit 255d9da

Browse files
Merge pull request #2 from filipecosta90/fix.publish
Fixed artifact publishing error due to wrong bin name
2 parents 52ef19d + 58017f6 commit 255d9da

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)