File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7373 GITHUB_HEAD_SHA : " ${{ github.event.pull_request.head.sha || github.sha }}"
7474 #
7575 # If tag is being pushed, or it's a nightly release, we use that version.
76- FORCE_VERSION : ${{ inputs.version }}
76+ FORCE_CLIO_VERSION : ${{ inputs.version }}
7777 run : |
7878 cmake \
7979 -B "${BUILD_DIR}" \
Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ message(STATUS "Git branch: ${GIT_BUILD_BRANCH}")
2727message (STATUS "Git commit hash: ${GIT_COMMIT_HASH} " )
2828message (STATUS "Build date: ${BUILD_DATE} " )
2929
30- if (DEFINED ENV{FORCE_VERSION } AND NOT "$ENV{FORCE_VERSION } " STREQUAL "" )
31- message (STATUS "Using explicitly provided '${FORCE_VERSION } ' as Clio version" )
30+ if (DEFINED ENV{FORCE_CLIO_VERSION } AND NOT "$ENV{FORCE_CLIO_VERSION } " STREQUAL "" )
31+ message (STATUS "Using explicitly provided '${FORCE_CLIO_VERSION } ' as Clio version" )
3232
33- set (CLIO_VERSION "$ENV{FORCE_VERSION } " )
34- set (DOC_CLIO_VERSION "$ENV{FORCE_VERSION } " )
33+ set (CLIO_VERSION "$ENV{FORCE_CLIO_VERSION } " )
34+ set (DOC_CLIO_VERSION "$ENV{FORCE_CLIO_VERSION } " )
3535else ()
3636 message (STATUS "Using 'YYYYMMDDHMS-<branch>-<git short rev>' as Clio version" )
3737
You can’t perform that action at this time.
0 commit comments