fix(err): switch to tar.gz for unix based binary (#34693)

This commit is contained in:
Hugues Pouillot
2025-07-08 15:52:47 +02:00
committed by GitHub
parent f4abc6c233
commit 172c2e035d
3 changed files with 9 additions and 8 deletions

14
cli/Cargo.lock generated
View File

@@ -229,9 +229,9 @@ dependencies = [
[[package]]
name = "cc"
version = "1.2.28"
version = "1.2.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ad45f4f74e4e20eaa392913b7b33a7091c87e59628f4dd27888205ad888843c"
checksum = "5c1599538de2394445747c8cf7935946e3cc27e9625f889d979bfb2aaf569362"
dependencies = [
"shlex",
]
@@ -899,9 +899,9 @@ dependencies = [
[[package]]
name = "hyper-util"
version = "0.1.14"
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc2fdfdbff08affe55bb779f33b053aa1fe5dd5b54c257343c17edfa55711bdb"
checksum = "7f66d5bd4c6f02bf0542fad85d626775bab9258cf795a4256dcaf3161114d1df"
dependencies = [
"base64 0.22.1",
"bytes",
@@ -1474,7 +1474,7 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "posthog-cli"
version = "0.3.3"
version = "0.3.4"
dependencies = [
"anyhow",
"clap",
@@ -2375,9 +2375,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
version = "1.46.0"
version = "1.46.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1140bb80481756a8cbe10541f37433b459c5aa1e727b4c020fbfebdc25bf3ec4"
checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17"
dependencies = [
"backtrace",
"bytes",

View File

@@ -1,6 +1,6 @@
[package]
name = "posthog-cli"
version = "0.3.3"
version = "0.3.4"
authors = [
"David <david@posthog.com>",
"Olly <oliver@posthog.com>",

View File

@@ -29,6 +29,7 @@ install-updater = true
npm-scope = "@posthog"
# Publish jobs to run in CI
publish-jobs = ["npm"]
unix-archive = ".tar.gz"
[dist.github-custom-runners]
# ubuntu-20.04 (the dist default) is now deprecated by github