From d5438a4b9ab09a1a8a1b19a37cc3970f761c8f57 Mon Sep 17 00:00:00 2001 From: CPWstatic <13495049+CPWstatic@users.noreply.github.com> Date: Thu, 2 Sep 2021 20:02:56 +0800 Subject: [PATCH] Fix nightly pkg name. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f9905dc68b6..908d55fe9cc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -96,7 +96,7 @@ nebula_add_subdirectory(scripts) include(CPackage) package( ${ENABLE_PACK_ONE} - "nebula" + "nebula-graph" "https://github.com/vesoft-inc/nebula/releases" ${CMAKE_SOURCE_DIR}/package )