Skip to content

v3.4.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Oct 00:03
e72c823
Binary release creation workflows (#262)

* Binary release creation workflows

This PR adds the ability to upload release artifact via XCHammer's github
CI and it creates a release when pushing a tag to v*

The github actions API doesn't play well with per commit artifacts. For
now we create a release when pushing a tag.

Consuming the per commit artifacts w/o the github actions API is blocked
by this: https://github.com/actions/upload-artifact/issues/50