diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26ef781b68..30ac52b6ef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -282,6 +282,6 @@ jobs: | | Docker | [${{ env.VERSION }}](https://hub.docker.com/r/${{ env.IMAGE_NAME }}/tags?page=1&ordering=last_updated&name=${{ env.VERSION }}) | [${{ env.IMAGE_NAME }}](https://hub.docker.com/r/${{ env.IMAGE_NAME }}) | ENDBODY ) - assets=(./lighthouse-*.tar.gz*) + assets=(./lighthouse-*.tar.gz*/lighthouse-*.tar.gz*) tag_name="${{ env.VERSION }}" echo "$body" | gh release create --draft -F "-" "$tag_name" "${assets[@]}" diff --git a/Cargo.lock b/Cargo.lock index 0862603acd..54e8523f1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -559,7 +559,7 @@ dependencies = [ [[package]] name = "beacon_node" -version = "4.5.333-exp" +version = "4.5.444-exp" dependencies = [ "beacon_chain", "clap", @@ -782,7 +782,7 @@ dependencies = [ [[package]] name = "boot_node" -version = "4.5.333-exp" +version = "4.5.444-exp" dependencies = [ "beacon_node", "clap", @@ -3889,7 +3889,7 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "lcli" -version = "4.5.333-exp" +version = "4.5.444-exp" dependencies = [ "account_utils", "beacon_chain", @@ -4457,7 +4457,7 @@ dependencies = [ [[package]] name = "lighthouse" -version = "4.5.333-exp" +version = "4.5.444-exp" dependencies = [ "account_manager", "account_utils", @@ -9280,7 +9280,7 @@ dependencies = [ [[package]] name = "xdelta3" version = "0.1.5" -source = "git+http://github.com/michaelsproul/xdelta3-rs?rev=d12f71b36a55b5ca0247a38151fb7c2be5c0e742#d12f71b36a55b5ca0247a38151fb7c2be5c0e742" +source = "git+http://github.com/michaelsproul/xdelta3-rs?rev=ae9a1d2585ef998f4656acdc35cf263ee88e6dfa#ae9a1d2585ef998f4656acdc35cf263ee88e6dfa" dependencies = [ "bindgen 0.66.1", "cc", diff --git a/Cargo.toml b/Cargo.toml index 886c4176e1..49411340bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -168,7 +168,7 @@ url = "2" uuid = { version = "0.8", features = ["serde", "v4"] } # TODO update to warp 0.3.6 after released. warp = { git = "https://github.com/seanmonstar/warp.git", default-features = false, features = ["tls"] } -xdelta3 = { git = "http://github.com/michaelsproul/xdelta3-rs", rev="d12f71b36a55b5ca0247a38151fb7c2be5c0e742" } +xdelta3 = { git = "http://github.com/michaelsproul/xdelta3-rs", rev="ae9a1d2585ef998f4656acdc35cf263ee88e6dfa" } zeroize = { version = "1", features = ["zeroize_derive"] } zip = "0.6" zstd = "0.11.2" diff --git a/beacon_node/Cargo.toml b/beacon_node/Cargo.toml index cd7b9efb3d..c7ed50e751 100644 --- a/beacon_node/Cargo.toml +++ b/beacon_node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "beacon_node" -version = "4.5.333-exp" +version = "4.5.444-exp" authors = [ "Paul Hauner ", "Age Manning "] edition = { workspace = true } diff --git a/common/lighthouse_version/src/lib.rs b/common/lighthouse_version/src/lib.rs index a1bb60bbea..59a2020555 100644 --- a/common/lighthouse_version/src/lib.rs +++ b/common/lighthouse_version/src/lib.rs @@ -17,8 +17,8 @@ pub const VERSION: &str = git_version!( // NOTE: using --match instead of --exclude for compatibility with old Git "--match=thiswillnevermatchlol" ], - prefix = "Lighthouse/v4.5.333-exp-", - fallback = "Lighthouse/v4.5.333-exp" + prefix = "Lighthouse/v4.5.444-exp-", + fallback = "Lighthouse/v4.5.444-exp" ); /// Returns `VERSION`, but with platform information appended to the end. diff --git a/lcli/Cargo.toml b/lcli/Cargo.toml index 6229863bf5..ef40c932a3 100644 --- a/lcli/Cargo.toml +++ b/lcli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lcli" description = "Lighthouse CLI (modeled after zcli)" -version = "4.5.333-exp" +version = "4.5.444-exp" authors = ["Paul Hauner "] edition = { workspace = true } diff --git a/lighthouse/Cargo.toml b/lighthouse/Cargo.toml index 05d9adfe7d..7fb58539d1 100644 --- a/lighthouse/Cargo.toml +++ b/lighthouse/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lighthouse" -version = "4.5.333-exp" +version = "4.5.444-exp" authors = ["Sigma Prime "] edition = { workspace = true } autotests = false