From ef9fe813ef688a6017ccc610771f56a6bcabc929 Mon Sep 17 00:00:00 2001 From: AdityaKasar Date: Wed, 16 Oct 2024 02:06:08 +0530 Subject: [PATCH] fixup! refactor: CI pipeline to build CPP SDKs --- .github/workflows/cxx-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cxx-build.yml b/.github/workflows/cxx-build.yml index 7948fe0e0..aff39fa92 100644 --- a/.github/workflows/cxx-build.yml +++ b/.github/workflows/cxx-build.yml @@ -105,7 +105,7 @@ jobs: uses: actions/download-artifact@v3 with: name: core - path: /__w/firebolt-apis/src/sdks/core + path: /__w/firebolt-apis/firebolt-apis/src/sdks/core - name: Download Thunder @@ -123,8 +123,8 @@ jobs: - name: Install npm dependencies run: | npm ci - ls -la /__w/firebolt-apis/src/sdks - ls -la /__w/firebolt-apis/src/sdks/core + ls -la /__w/firebolt-apis/firebolt-apis/src/sdks + ls -la /__w/firebolt-apis/firebolt-apis/src/sdks/core - name: Generate core SDK source code run: |