From 9cf593028ea2557b24221d8e604602773ec0f159 Mon Sep 17 00:00:00 2001 From: AdityaKasar Date: Thu, 10 Oct 2024 14:04:09 +0530 Subject: [PATCH] fixup! feat(core): CI pipeline to build and test CPP SDK --- .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 af2aa8619..01c24e4a7 100644 --- a/.github/workflows/cxx-build.yml +++ b/.github/workflows/cxx-build.yml @@ -40,9 +40,9 @@ jobs: image: kevinshahfws/node-c:3.0 steps: - name: Download Thunder - uses: actions/download-artifacts@v3 - with: - name: thunder + uses: actions/download-artifacts@v3 + with: + name: thunder - name: show thunder run: | pwd