Skip to content

Commit 77958f3

Browse files
committed
fix cargo dist
1 parent e253d58 commit 77958f3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ on:
4343
push:
4444
tags:
4545
- '**[0-9]+.[0-9]+.[0-9]+*'
46-
workflow_dispatch:
4746

4847
jobs:
4948
# Run 'dist plan' (or host) to determine what tasks we need to do

dist-workspace.toml

+4
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@ ci = "github"
1111
installers = ["shell", "powershell"]
1212
# Target platforms to build apps for (Rust target-triple syntax)
1313
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
14+
# Path that installers should place binaries in
15+
install-path = "CARGO_HOME"
16+
# Whether to install an updater program
17+
install-updater = false

0 commit comments

Comments
 (0)