Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateTarGzFromDir ¶
CreateTarGzFromDir creates a .tar.gz archive from a directory.
func CreateTarGzFromSymlink ¶
CreateTarGzFromSymlink creates a tar.gz file from the specified directory.
Types ¶
type GHParams ¶
type GHParams struct {
Repo string
Owner string
Version string
Platform string
Dir string
AccessToken string
}
GHParams holds release parameters for GitHub release
type GHRelease ¶
type GHRelease struct {
// contains filtered or unexported fields
}
GHRelease holds the Github release
func NewGHRelease ¶
NewGHRelease creates a new GHRelease
func (*GHRelease) GHReleaseCreate ¶
GHReleaseCreate uploads the artifacts to Github
Click to show internal directories.
Click to hide internal directories.