From a02980a2aebb4a8c0cd675ea8752ee7b5ecd9fd7 Mon Sep 17 00:00:00 2001 From: kdivya153 <121901963+kdivya153@users.noreply.github.com> Date: Tue, 17 Sep 2024 11:51:06 -0400 Subject: [PATCH] fix: Add open-rpc to generated C++ SDK (#217) Fix to add openRpc to the artifacts Co-authored-by: kschrief --- languages/cpp/templates/sdk/scripts/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/languages/cpp/templates/sdk/scripts/install.sh b/languages/cpp/templates/sdk/scripts/install.sh index cbabe217..46429bc3 100755 --- a/languages/cpp/templates/sdk/scripts/install.sh +++ b/languages/cpp/templates/sdk/scripts/install.sh @@ -55,6 +55,7 @@ cp -aR ${SdkPath}/include ${ReleasePath} cp -aR ${SdkPath}/cmake ${ReleasePath} cp -aR ${SdkPath}/scripts/build.sh ${ReleasePath} cp -aR ${SdkPath}/CMakeLists.txt ${ReleasePath} +mv ${SdkPath}/firebolt-*open-rpc.json ${ReleasePath} cp -aR ${SdkPath}/cpptest ${ReleasePath}/test sed -i'' -e '/EnableTest="ON";;/d' ${ReleasePath}/build.sh