ittybittyapps / appstoreconnect-cli

An easy to use command-line tool for interacting with the Apple AppStore Connect API
MIT License
174 stars 17 forks source link

Task: Create workflow to publish release artefacts #191

Open orj opened 4 years ago

orj commented 4 years ago

❕ 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

glitchedmob commented 12 months ago

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