From adc3f1d133bc63e5630df7fa75d221b59dfd0ec6 Mon Sep 17 00:00:00 2001 From: AdityaKasar Date: Thu, 10 Oct 2024 14:11:09 +0530 Subject: [PATCH] fixup! feat(core): CI pipeline to build and test CPP SDK --- .github/workflows/cxx-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cxx-build.yml b/.github/workflows/cxx-build.yml index 71cdca093..f947a8ae5 100644 --- a/.github/workflows/cxx-build.yml +++ b/.github/workflows/cxx-build.yml @@ -40,7 +40,7 @@ jobs: image: kevinshahfws/node-c:3.0 steps: - name: Download Thunder - uses: actions/download-artifacts@v3 + uses: actions/download-artifact@v3 with: name: thunder - name: show thunder