Skip to content

Commit

Permalink
Use plan instead of upload again
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed May 22, 2024
1 parent d279509 commit 88d5b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ installers = ["shell", "powershell", "msi"]
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
# Publish jobs to run in CI
pr-run-mode = "upload"
pr-run-mode = "plan"
# Whether to install an updater program
install-updater = false
ssldotcom-windows-sign = "prod"
Expand Down

0 comments on commit 88d5b90

Please sign in to comment.