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 d183505 commit 1893348Copy full SHA for 1893348
etc/scripts/release.hs
@@ -465,8 +465,8 @@ rules global@Global{..} args = do
465
-- | Upload file to Github release.
466
uploadToGithubRelease :: Global -> FilePath -> Maybe String -> Action ()
467
uploadToGithubRelease global@Global{..} file mUploadLabel = do
468
- putNormal $ "Uploading to Github: " ++ file
469
need [file]
+ putNormal $ "Uploading to Github: " ++ file
470
GithubRelease{..} <- getGithubRelease
471
resp <- liftIO $ callGithubApi global
472
[(CI.mk $ S8.pack "Content-Type", defaultMimeLookup (T.pack file))]
0 commit comments