github-release-0.1.6: Upload files to GitHub releases.

Safe HaskellNone
LanguageHaskell2010

GitHubRelease

Documentation

data Command Source

Constructors

Upload 

Fields

file :: FilePath <?> "The path to the local file to upload."
 
name :: String <?> "The name to give the file on the release."
 
owner :: String <?> "The GitHub owner, either a user or organization."
 
repo :: String <?> "The GitHub repository name."
 
tag :: String <?> "The tag name."
 
token :: String <?> "Your OAuth2 token."
 
Version 

main :: IO () Source