Skip to content

Commit 643bbd7

Browse files
committed
Fix not specifying arm and x64 windows build
1 parent fb4e573 commit 643bbd7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

dotnet-releaser.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,12 @@ enable = false # no tests available atm
2222
enable = false
2323
[[pack]]
2424
publish = true
25+
rid = ["win-x64"]
26+
kinds = ["zip"]
27+
[[pack]]
28+
publish = true
2529
rid = ["win-arm", "win-arm64"]
26-
kinds = []
30+
kinds = ["zip"]
2731
[[pack]]
2832
publish = false
2933
rid = ["rhel-x64"]

0 commit comments

Comments
 (0)