appstoreconnect-cli icon indicating copy to clipboard operation
appstoreconnect-cli copied to clipboard

Task: Create workflow to publish release artefacts

Open orj opened this issue 4 years ago • 1 comments

❕ Problem Statement

When a release is made in GitHub we should be publishing a release binary as an artefact associated with that release.

💬 Task Description

  • Create a release workflow that is triggered by the creating of a GitHub release.
  • Build the asc binary, package it (with the documentation) into a asc-x86_64-apple-macosx-${RELEASE_TAG}.zip and upload it to the release as an asset using upload-release-asset.

orj avatar Jun 10 '20 07:06 orj

Wanted to chime in to say that this would be super helpful for CI/CD scenarios. Currently I'm using this cli to download provisioning profiles for my iOS app in order to sign and upload the app. Needing to build the CLI from source adds ~5 minutes to each run

glitchedmob avatar Oct 22 '23 03:10 glitchedmob