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 ab3725b commit af395e0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/cxx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@ jobs:
# name: sdk-artifacts
# 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
- name: Upload the core sdk artifacts
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 af395e0

Please sign in to comment.