diff --git a/dotnet-releaser.toml b/dotnet-releaser.toml index d7df0c9..370ec81 100644 --- a/dotnet-releaser.toml +++ b/dotnet-releaser.toml @@ -25,10 +25,14 @@ kinds = [] publish = false rid = ["rhel-x64"] kinds = [] -#[[pack]] -#publish = false -#rid = ["linux-arm","linux-x64","linux-arm64"] -#kinds = [] +[[pack]] +rid = ["linux-x64", "linux-arm"] +kinds = ["tar"] +[[pack]] +rid = ["linux-arm64"] +kinds = ["tar"] [[pack]] rid = ["osx-x64", "osx-arm64"] -kinds = ["zip"] \ No newline at end of file +kinds = ["zip"] +[brew] +publish = false \ No newline at end of file