Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit b833033

Browse files
committed
fix: include Windows builds in CD
1 parent c366ebb commit b833033

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.releaserc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
"label": "zws-linux-i386"
3434
},
3535
{
36-
"path": "zws-windows-amd64",
36+
"path": "zws-windows-amd64.exe",
3737
"label": "zws-windows-amd64.exe"
3838
},
3939
{
40-
"path": "zws-windows-i386",
40+
"path": "zws-windows-i386.exe",
4141
"label": "zws-windows-i386.exe"
4242
}
4343
]

0 commit comments

Comments
 (0)