Skip to content

Commit

Permalink
fixup! feat(core): CI pipeline to build and test CPP SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaKasar committed Oct 10, 2024
1 parent e3b9c0b commit 9cf5930
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cxx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9cf5930

Please sign in to comment.