From a43207281917eb5b120a4e16294bf28d0ce1b303 Mon Sep 17 00:00:00 2001 From: Josh Wilson Date: Fri, 24 May 2024 13:32:22 +0900 Subject: [PATCH] ci: rename justfile sn_nat_detection --- Justfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Justfile b/Justfile index 4e837668c7..8b3f70d744 100644 --- a/Justfile +++ b/Justfile @@ -195,7 +195,7 @@ package-release-assets bin version="": crate_dir_name="sn_faucet" ;; nat-detection) - crate_dir_name="sn_nat_detection" + crate_dir_name="nat-detection" ;; node-launchpad) crate_dir_name="node-launchpad" @@ -262,7 +262,7 @@ upload-github-release-assets: "sn-node-manager" "sn_node_rpc_client" "sn_auditor" - "sn_nat_detection" + "nat-detection" ) commit_msg=$(git log -1 --pretty=%B) @@ -307,7 +307,7 @@ upload-github-release-assets: bin_name="sn_auditor" bucket="sn-auditor" ;; - sn_nat_detection) + nat-detection) bin_name="nat-detection" bucket="nat-detection" ;;