Skip to content

Commit

Permalink
Fix not specifying arm and x64 windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Deadpikle committed Nov 8, 2024
1 parent fb4e573 commit 643bbd7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dotnet-releaser.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ enable = false # no tests available atm
enable = false
[[pack]]
publish = true
rid = ["win-x64"]
kinds = ["zip"]
[[pack]]
publish = true
rid = ["win-arm", "win-arm64"]
kinds = []
kinds = ["zip"]
[[pack]]
publish = false
rid = ["rhel-x64"]
Expand Down

0 comments on commit 643bbd7

Please sign in to comment.