From 14c7fb6ecfe96a13603958dfa303c5dc043a3fef Mon Sep 17 00:00:00 2001 From: amitz Date: Thu, 21 Mar 2024 17:00:24 +0200 Subject: [PATCH] cmd/lavad --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb661d1a80..bbbc93b246 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: continue-on-error: true if: ${{ matrix.binary }} == "lavad" run: | - response=$(./${{ fromJson(steps.releaser.outputs.artifacts)[0].path }} status --node http://public-rpc.lavanet.xyz:80/rpc/ | jq '.NodeInfo') + response=$(cmd/lavad/${{ fromJson(steps.releaser.outputs.artifacts)[0].path }} status --node http://public-rpc.lavanet.xyz:80/rpc/ | jq '.NodeInfo') if [ -z "${response}" ]; then echo "The binary fails to connect to a node." exit 1