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 6ea6da1 commit b753c35Copy full SHA for b753c35
etc/scripts/release.hs
@@ -155,7 +155,7 @@ rules global@Global{..} args = do
155
when (not gAllowDirty && not (null (trim dirty))) $
156
error ("Working tree is dirty. Use --" ++ allowDirtyOptName ++ " option to continue anyway.")
157
withTempDir $ \tmpDir -> do
158
- let cmd0 c = cmd (releaseBinDir </> binaryName </> stackExeFileName)
+ let cmd0 c = cmd (gProjectRoot </> releaseBinDir </> binaryName </> stackExeFileName)
159
(stackArgs global)
160
["--local-bin-path=" ++ tmpDir]
161
c
0 commit comments