Skip to content

Commit

Permalink
update bianary names for comdex and kava
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnuj committed Oct 13, 2023
1 parent aa01ac8 commit b6a65aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/comdex-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
include:
# Include Defaults (keep at top)
- name: "comdex"
binary: "comdexd"
binary: "comdex"
build_command: "make install"
chain_registry_name: "comdex"
go_version: "1.19"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kava-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
include:
# Include Defaults (keep at top)
- name: "kava"
binary: "kavad"
binary: "kava"
build_command: "make install"
chain_registry_name: "kava"
repo: "Kava-Labs/kava"
Expand Down

0 comments on commit b6a65aa

Please sign in to comment.