Skip to content

Commit

Permalink
add binaries to the github action
Browse files Browse the repository at this point in the history
  • Loading branch information
nibty committed May 28, 2024
1 parent 153341f commit 779af31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
# (required) Comma-separated list of binary names (non-extension portion of filename) to build and upload.
# Note that glob pattern is not supported yet.
bin: ...
bin: sol-xen-multiminer,sol-xen-client
# (optional) Target triple, default is host triple.
# This is optional but it is recommended that this always be set to
# clarify which target you are building for if macOS is included in
Expand Down
2 changes: 1 addition & 1 deletion app/sol-xen-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"


[[bin]]
name = "sol_xen_client"
name = "sol-xen-client"
path = "src/main.rs"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion app/sol-xen-multiminer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "solXEN Rust Multiminer"
edition = "2021"

[[bin]]
name = "sol_xen_multiminer"
name = "sol-xen-multiminer"
path = "src/main.rs"

[dependencies]
Expand Down

0 comments on commit 779af31

Please sign in to comment.