Skip to content

Commit ef1e3a9

Browse files
committed
minor fixes to release CI
1 parent 3a97956 commit ef1e3a9

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

dist-workspace.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-da
1515
install-path = "CARGO_HOME"
1616
# Whether to install an updater program
1717
install-updater = false
18+
precise-builds = true # prevents studio build
1819

1920
# github-build-setup = "../build-setup.yml"
2021

packages/gui/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ repository.workspace = true
77
license.workspace = true
88
publish = false # prevent dist from publishing testing version
99

10+
[package.metadata.dist]
11+
dist = false
12+
1013
[dependencies]
1114
anyhow.workspace = true
1215
pathdiff.workspace = true

0 commit comments

Comments
 (0)