From 238c3b11a5d52d2068142a182ce3d01ee4b7d0e3 Mon Sep 17 00:00:00 2001 From: Luke Petherbridge Date: Tue, 31 Oct 2023 12:08:35 -0700 Subject: [PATCH] ci: fix cargo dist --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9338edf6..2543a19f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ pr-run-mode = "plan" tap = "lukexor/formulae" # Publish jobs to run in CI publish-jobs = ["homebrew"] -allow-dirty = ["wix"] +allow-dirty = ["msi"] [workspace.metadata.dist.dependencies.homebrew] sdl2 = { stage = ["build", "run"] }