From 0f0f428ce5a77214961b6ec98b8c64c8afa8e693 Mon Sep 17 00:00:00 2001 From: Michael Babienco Date: Thu, 7 Nov 2024 14:40:18 +0900 Subject: [PATCH] Publish windows --- dotnet-releaser.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet-releaser.toml b/dotnet-releaser.toml index f9f259f..0982674 100644 --- a/dotnet-releaser.toml +++ b/dotnet-releaser.toml @@ -20,7 +20,7 @@ enable = false # no tests available atm [coverage] enable = false [[pack]] -publish = false +publish = true rid = ["win-arm", "win-arm64"] kinds = [] [[pack]]