ci: Make sure that the binaries release CD it kicking in after release-plz

This commit is contained in:
Vlad Frolov
2026-02-12 22:55:08 +01:00
parent 1cf08a4b42
commit 5582a0dfbf
3 changed files with 20 additions and 6 deletions
+1 -2
View File
@@ -146,7 +146,6 @@ lto = "thin"
[workspace.metadata.dist]
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
cargo-dist-version = "0.30.3"
allow-dirty = ["ci"]
# CI backends to support
ci = "github"
# The installers to generate for each app
@@ -171,7 +170,7 @@ pr-run-mode = "upload"
# Path that installers should place binaries in
install-path = "CARGO_HOME"
# Whether to install an updater program
install-updater = false
install-updater = true
[workspace.metadata.dist.github-custom-runners]
aarch64-unknown-linux-gnu = "ubuntu-24.04-arm"