gh_add_publish_archive()
def gh_add_publish_archive(name, input, version, deploy_repo, deps, sh, suffix)Creates an archive and publishes it to github.
This can be run on multiple OS’s and multiple arch’s.
Args
name-strName of the project to publish.input-strThe workspace path to the folder/file to archive and publishversion-strVersion to publishdeploy_repo-strThe github URL to the repodeps-[str]dependencies for the archivesh-strThe shell to use for running commands (default: bash)suffix-strThe suffix of the archive file (tar.gz, tar.xz, tar.bz2, zip)