Skip to content

Commit

Permalink
fix: Debug core sdk issue 7
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinshahfws committed Aug 21, 2024
1 parent bcbfaa1 commit 08714b1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,16 +115,16 @@ jobs:
if: env.build_cpp_source == 'true'
run: |
.github/workflows/utils.sh generateSource
# - name: Build Core SDK CPP
# if: env.build_cpp_source == 'true'
# id: build_core_cpp
# run: |
# .github/workflows/utils.sh buildCoreCPPSDK $RELEASE_VERSION
- name: Build Manage SDK CPP
- name: Build Core SDK CPP
if: env.build_cpp_source == 'true'
id: build_manage_cpp
id: build_core_cpp
run: |
.github/workflows/utils.sh buildManageCPPSDK $RELEASE_VERSION
.github/workflows/utils.sh buildCoreCPPSDK $RELEASE_VERSION
# - name: Build Manage SDK CPP
# if: env.build_cpp_source == 'true'
# id: build_manage_cpp
# run: |
# .github/workflows/utils.sh buildManageCPPSDK $RELEASE_VERSION
# - name: Build Discovery SDK CPP
# if: env.build_cpp_source == 'true'
# id: build_discovery_cpp
Expand Down

0 comments on commit 08714b1

Please sign in to comment.