hotfix: fix trtllm CI build on release

This commit is contained in:
Hugo Larcher 2025-01-31 18:15:29 +01:00
parent bb69c5b199
commit aeb1262ab3
No known key found for this signature in database
GPG Key ID: 3DAF63124699CA2B

View File

@ -74,7 +74,7 @@ jobs:
export runs_on="ubuntu-latest" export runs_on="ubuntu-latest"
export platform="" export platform=""
export extra_pytest="" export extra_pytest=""
if [[ "${GITHUB_REF}" == "refs/tags/*" ]]; then if [[ "${GITHUB_REF}" == refs/tags/* ]]; then
export build_type="release"; export build_type="release";
export target=""; export target="";
else else