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 fe3f4cf commit 0772de8Copy full SHA for 0772de8
.github/workflows/release-binaries.yml
@@ -195,7 +195,7 @@ jobs:
195
target_cmake_flags="$target_cmake_flags -DLLVM_RELEASE_ENABLE_LTO=OFF"
196
fi
197
198
- target_cmake_flags=$target_cmake_flags -D${bootstrap_prefix}_CPACK_PACKAGE_FILE_NAME=$release_binary_basename
+ target_cmake_flags="$target_cmake_flags -D${bootstrap_prefix}_CPACK_PACKAGE_FILE_NAME=$release_binary_basename"
199
200
echo "target-cmake-flags=$target_cmake_flags" >> $GITHUB_OUTPUT
201
echo "build-flang=$build_flang" >> $GITHUB_OUTPUT
0 commit comments