export function releaseArtifactURL()

in src/gh.ts [22:26]


export function releaseArtifactURL(paths: string[]): string {
  return `https://github.com/${KUBELOGIN_REPO_OWNER}/${KUBELOGIN_REPO}/releases/download/${paths.join(
    '/'
  )}`;
}