From 75b3ae438f440fc85a9245fdb02a3d32ae3252fc Mon Sep 17 00:00:00 2001 From: s2quake Date: Thu, 11 Jul 2024 13:36:29 +0900 Subject: [PATCH] fix: Fix the ci running error when github releasing --- tools/Libplanet.Tools/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/Libplanet.Tools/package.json b/tools/Libplanet.Tools/package.json index 8f5a0f438f7..56bbbdbdc96 100644 --- a/tools/Libplanet.Tools/package.json +++ b/tools/Libplanet.Tools/package.json @@ -35,7 +35,7 @@ "repository": { "type": "git", "url": "https://github.com/planetarium/libplanet.git", - "directory": "Libplanet.Tools" + "directory": "tools/Libplanet.Tools" }, "keywords": [ "planetarium", @@ -49,5 +49,5 @@ "bugs": { "url": "https://github.com/planetarium/libplanet/labels/tools" }, - "homepage": "https://github.com/planetarium/libplanet/tree/main/Libplanet.Tools" + "homepage": "https://github.com/planetarium/libplanet/tree/main/tools/Libplanet.Tools" }