From f9d50150347fc0994a49821dc0c7c140b1f12154 Mon Sep 17 00:00:00 2001 From: "Shah, Kevin" Date: Mon, 26 Aug 2024 13:24:28 -0400 Subject: [PATCH] fix: Discovery sdk utils issue --- .github/workflows/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/utils.sh b/.github/workflows/utils.sh index 9d4270d90..8296a9f08 100755 --- a/.github/workflows/utils.sh +++ b/.github/workflows/utils.sh @@ -190,7 +190,7 @@ function generateSource() { fi echo "Generate source for Discovery SDK" - cd ../discovery + cd ../../../../discovery npm run cpp if [ $? -eq 0 ]