We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3748457 commit 23a9e5dCopy full SHA for 23a9e5d
etc/scripts/release.hs
@@ -331,8 +331,8 @@ rules global@Global{..} args = do
331
Just _ -> [x, x <.> sha256Ext, x <.> ascExt]
332
binaryPkgArchiveFileNames =
333
case platformOS of
334
- Windows -> [binaryPkgZipFileName, binaryPkgTarGzFileName]
335
- _ -> [binaryPkgTarGzFileName]
+ Windows -> [binaryExeFileName, binaryPkgZipFileName, binaryPkgTarGzFileName]
+ _ -> [binaryExeFileName, binaryPkgTarGzFileName]
336
binaryPkgZipFileName = binaryName <.> zipExt
337
binaryPkgTarGzFileName = binaryName <.> tarGzExt
338
binaryExeFileName = binaryName <.> exe
0 commit comments