From 52109afc9ed6b39c8bdd3f949228cd7cd2eb20c4 Mon Sep 17 00:00:00 2001 From: Delan Azabani Date: Tue, 31 Dec 2024 08:48:33 +0800 Subject: [PATCH] cargo-dist: set pr-run-mode --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index fdc5b8a..676df5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,3 +73,5 @@ unix-archive = ".tar.gz" install-path = "CARGO_HOME" # Whether to install an updater program install-updater = true +# build and upload artifacts for pull requests +pr-run-mode = "upload"