From 367b7990f83499189d73efe6600ba3074242a4ae Mon Sep 17 00:00:00 2001 From: Michael Babienco Date: Sun, 28 Jul 2024 10:36:05 +0900 Subject: [PATCH] Update dotnet-releaser.toml --- dotnet-releaser.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dotnet-releaser.toml b/dotnet-releaser.toml index c8c7921..d7df0c9 100644 --- a/dotnet-releaser.toml +++ b/dotnet-releaser.toml @@ -25,10 +25,10 @@ kinds = [] publish = false rid = ["rhel-x64"] kinds = [] -[[pack]] -publish = false -rid = ["linux-arm","linux-x64","linux-arm64"] -kinds = [] +#[[pack]] +#publish = false +#rid = ["linux-arm","linux-x64","linux-arm64"] +#kinds = [] [[pack]] rid = ["osx-x64", "osx-arm64"] kinds = ["zip"] \ No newline at end of file