Skip to content

Commit

Permalink
ci: fix packaging for node launchpad
Browse files Browse the repository at this point in the history
The "node_launchpad" crate name was changed to "node-launchpad".
  • Loading branch information
jacderida committed May 7, 2024
1 parent a75502f commit 522ce58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build-release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ jobs:
just package-release-assets "safenode"
just package-release-assets "faucet"
just package-release-assets "safenode_rpc_client"
just package-release-assets "safenode-manager"
just package-release-assets "safenodemand"
just package-release-assets "node-launchpad"
- uses: actions/upload-artifact@main
with:
Expand Down
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ package-release-assets bin version="":
crate_dir_name="sn_node_rpc_client"
;;
node-launchpad)
crate_dir_name="node_launchpad"
crate_dir_name="node-launchpad"
;;

*)
Expand Down

0 comments on commit 522ce58

Please sign in to comment.