From 77958f392ae42d38f741bfd059c53621ef1ae878 Mon Sep 17 00:00:00 2001 From: thewh1teagle <61390950+thewh1teagle@users.noreply.github.com> Date: Sun, 15 Dec 2024 03:59:33 +0200 Subject: [PATCH] fix cargo dist --- .github/workflows/release.yml | 1 - dist-workspace.toml | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d1be094..96db019 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,6 @@ on: push: tags: - '**[0-9]+.[0-9]+.[0-9]+*' - workflow_dispatch: jobs: # Run 'dist plan' (or host) to determine what tasks we need to do diff --git a/dist-workspace.toml b/dist-workspace.toml index c7d8c52..137846b 100644 --- a/dist-workspace.toml +++ b/dist-workspace.toml @@ -11,3 +11,7 @@ ci = "github" installers = ["shell", "powershell"] # Target platforms to build apps for (Rust target-triple syntax) targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"] +# Path that installers should place binaries in +install-path = "CARGO_HOME" +# Whether to install an updater program +install-updater = false