β 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.