Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetActionsArtifactLink ¶
GetActionsArtifactLink returns the latest artifact link of the workflow run from GitHub Actions. It requires the owner and repo name of the repository, and the branch name. The artifact link is the download URL of the artifact file for the current os and arch.
But it requires authentication with `actions:read` scope to access the archived artifacts links.
func GetLatestAssetLink ¶
GetLatestAssetLink returns the latest asset link of the release from GitHub. It requires the owner and repo name of the repository. The asset link is the download URL of the asset file for the current os and arch.
func GetNightlyLink ¶
GetNightlyLink returns the nightly build artifact link from nightly.link.
Types ¶
This section is empty.