diff --git a/Cargo.toml b/Cargo.toml index 2fcd540..9746c41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ installers = ["shell"] # Target platforms to build apps for (Rust target-triple syntax) targets = ["x86_64-unknown-linux-gnu"] # Which actions to run on pull requests -pr-run-mode = "plan" +pr-run-mode = "upload" # Whether to install an updater program install-updater = true github-build-setup = "build-setup.yml"