Skip to content

Commit

Permalink
REVERT ME: Use upload mode in dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed Nov 22, 2024
1 parent 6e289a6 commit 4f8547a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist-workspace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
# Which actions to run on pull requests
pr-run-mode = "plan"
pr-run-mode = "upload"
# Whether to install an updater program
install-updater = false
ssldotcom-windows-sign = "prod"
Expand Down

0 comments on commit 4f8547a

Please sign in to comment.