From f6af974ac293ffd8908341d2139aada2464f7df5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Misty=20De=20M=C3=A9o?= Date: Tue, 28 Nov 2023 09:10:46 -0800 Subject: [PATCH] Temporarily enable upload mode --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fdfd078ad..d37cf380b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ publish-jobs = ["homebrew"] # Target platforms to build apps for (Rust target-triple syntax) targets = ["x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"] # Publish jobs to run in CI -pr-run-mode = "plan" +pr-run-mode = "upload" [[workspace.metadata.dist.extra-artifacts]] artifacts = ["dist-manifest-schema.json"]