gh_add_publish_archive()

def gh_add_publish_archive(name, input, version, deploy_repo, deps, suffix)

Creates an archive and publishes it to github.

This can be run on multiple OS’s and multiple arch’s.

Args

  • name - Name of the project to publish.
  • input - The workspace path to the folder/file to archive and publish
  • version - Version to publish
  • deploy_repo - The github URL to the repo
  • deps - dependencies for the archive
  • suffix - The suffix of the archive file (tar.gz, tar.xz, tar.bz2, zip)