Skip to content

Commit

Permalink
ci: rename justfile sn_nat_detection
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef committed May 24, 2024
1 parent e64ebc1 commit a432072
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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"
;;
Expand Down

0 comments on commit a432072

Please sign in to comment.