From 65e7718b51927ca6cb03a411cce781b81cb64eaa Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 10 Jun 2024 10:39:30 +0100 Subject: [PATCH] build full release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8c3df8baacb..47243524f35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ targets = [ "x86_64-unknown-linux-musl", ] # Publish jobs to run in CI -pr-run-mode = "plan" +pr-run-mode = "upload" # Whether to install an updater program install-updater = true # The archive format to use for non-windows builds (defaults .tar.xz)