Skip to content
Snippets Groups Projects
Commit 1bc6c807 authored by Emanuel Borsboom's avatar Emanuel Borsboom
Browse files

release.hs: upload raw binaries with '-bin' suffix

parent 0c0bc3bc
No related branches found
No related tags found
No related merge requests found
......@@ -339,7 +339,8 @@ rules global@Global{..} args = do
_ -> [binaryExeFileName, binaryPkgTarGzFileName]
binaryPkgZipFileName = binaryName <.> zipExt
binaryPkgTarGzFileName = binaryName <.> tarGzExt
binaryExeFileName = binaryName <.> exe
-- Adding '-bin' to name to work around https://github.com/commercialhaskell/stack/issues/4961
binaryExeFileName = binaryName ++ "-bin" <.> exe
binaryName =
concat
[ stackProgName
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment