From 9af6cff9292507d43f243bb821d87693f91407c5 Mon Sep 17 00:00:00 2001 From: AdityaKasar Date: Fri, 11 Oct 2024 14:51:18 +0530 Subject: [PATCH] fixup! feat(core): CI pipeline to build and test CPP SDK --- .github/workflows/cxx-build.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cxx-build.yml b/.github/workflows/cxx-build.yml index b270d9ce4..0089e93bf 100644 --- a/.github/workflows/cxx-build.yml +++ b/.github/workflows/cxx-build.yml @@ -84,13 +84,13 @@ jobs: # path: /__w/firebolt-apis/firebolt-apis/sdk-artifacts - name: Upload the core sdk artifacts - uses: actions/upload-artifact@v3 - with: - name: core-sdk - path: | - package.json - dist - src/sdks/core + uses: actions/upload-artifact@v3 + with: + name: core-sdk + path: | + package.json + dist + src/sdks/core core_sdk: name: Build Core SDK