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 11, 2024
1 parent af395e0 commit 9af6cff
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/cxx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9af6cff

Please sign in to comment.