We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c517fef commit 2972182Copy full SHA for 2972182
packaging/pre_build_script_windows.sh
@@ -8,3 +8,5 @@ python -m pip install tensorrt==${TRT_VERSION} tensorrt-${CU_VERSION::4}==${TRT_
8
choco install bazelisk -y
9
10
cat toolchains/ci_workspaces/WORKSPACE.win.release.tmpl | envsubst > WORKSPACE
11
+
12
+echo "RELEASE=1" >> ${GITHUB_ENV}
0 commit comments