Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task: Create workflow to publish release artefacts #191

Open
orj opened this issue Jun 10, 2020 · 1 comment
Open

Task: Create workflow to publish release artefacts #191

orj opened this issue Jun 10, 2020 · 1 comment
Labels
task A task that needs doing
Milestone

Comments

@orj
Copy link
Member

orj commented Jun 10, 2020

❕ 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 orj added the task A task that needs doing label Jun 10, 2020
@orj orj added this to the 0.2.0 milestone Jun 10, 2020
@glitchedmob
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task A task that needs doing
Projects
None yet
Development

No branches or pull requests

2 participants