Skip to content

Commit 1893348

Browse files
committed
release.hs: tweak
1 parent d183505 commit 1893348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/scripts/release.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,8 +465,8 @@ rules global@Global{..} args = do
465465
-- | Upload file to Github release.
466466
uploadToGithubRelease :: Global -> FilePath -> Maybe String -> Action ()
467467
uploadToGithubRelease global@Global{..} file mUploadLabel = do
468-
putNormal $ "Uploading to Github: " ++ file
469468
need [file]
469+
putNormal $ "Uploading to Github: " ++ file
470470
GithubRelease{..} <- getGithubRelease
471471
resp <- liftIO $ callGithubApi global
472472
[(CI.mk $ S8.pack "Content-Type", defaultMimeLookup (T.pack file))]

0 commit comments

Comments
 (0)