Skip to content

Commit

Permalink
Don't publish deb (failing for some reason); no brew
Browse files Browse the repository at this point in the history
  • Loading branch information
Deadpikle committed Jul 28, 2024
1 parent 3ff6233 commit a1ee44c
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions dotnet-releaser.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
kinds = ["zip"]
[brew]
publish = false

0 comments on commit a1ee44c

Please sign in to comment.