From 58017f64fab3e6c475c793706cc714cbd23b9a37 Mon Sep 17 00:00:00 2001 From: filipecosta90 Date: Sun, 15 Jan 2023 20:28:24 +0000 Subject: [PATCH] Fixed artifact publishing error due to wrong bin name --- .github/workflows/publish.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b1d7229..c3b798f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,8 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }} goarch: ${{ matrix.goarch }} - binary_name: "redisgraph-benchmark-go" + binary_name: "pubsub-sub-bench" sha256sum: true - asset_name: redisgraph-benchmark-go-${{ matrix.goos }}-${{ matrix.goarch }} + asset_name: pubsub-sub-bench-${{ matrix.goos }}-${{ matrix.goarch }} build_command: "make build" + < \ No newline at end of file