Skip to content

Commit 0772de8

Browse files
committed
Fix typo
1 parent fe3f4cf commit 0772de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
target_cmake_flags="$target_cmake_flags -DLLVM_RELEASE_ENABLE_LTO=OFF"
196196
fi
197197
198-
target_cmake_flags=$target_cmake_flags -D${bootstrap_prefix}_CPACK_PACKAGE_FILE_NAME=$release_binary_basename
198+
target_cmake_flags="$target_cmake_flags -D${bootstrap_prefix}_CPACK_PACKAGE_FILE_NAME=$release_binary_basename"
199199
200200
echo "target-cmake-flags=$target_cmake_flags" >> $GITHUB_OUTPUT
201201
echo "build-flang=$build_flang" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)