diff --git a/.github/workflows/release-github.yml b/.github/workflows/release-github.yml index eb34aaf88..c7a8d59e0 100644 --- a/.github/workflows/release-github.yml +++ b/.github/workflows/release-github.yml @@ -115,11 +115,11 @@ jobs: id: install_thunder run: | .github/workflows/utils.sh cloneAndInstallThunder - # - 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 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 if: env.build_cpp_source == 'true' id: build_manage_cpp