Skip to content

Commit

Permalink
fix: Reverted PR 197 and 201
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinshahfws committed Aug 22, 2024
1 parent 5d38be8 commit 0858da0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,11 @@ jobs:
id: build_core_cpp
run: |
.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 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 0858da0

Please sign in to comment.