Skip to content

Commit

Permalink
feat(release): upload node-launchpad bins to github
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef committed May 9, 2024
1 parent 555b020 commit 7511b0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ package-release-assets bin version="":
node-launchpad)
crate_dir_name="node-launchpad"
;;

*)
echo "The $bin binary is not supported"
exit 1
Expand Down Expand Up @@ -301,7 +301,7 @@ upload-github-release-assets:
if [[ $crate_with_version == $crate-v* ]]; then
(
cd deploy/$bin_name
if [[ "$crate" == "sn_cli" || "$crate" == "sn_node" || "$crate" == "sn-node-manager" ]]; then
if [[ "$crate" == "sn_cli" || "$crate" == "sn_node" || "$crate" == "sn-node-manager" || "$crate" == "node-launchpad" ]]; then
echo "Uploading $bin_name assets to $crate_with_version release..."
ls | xargs gh release upload $crate_with_version --repo {{release_repo}}
fi
Expand Down

0 comments on commit 7511b0c

Please sign in to comment.