Commit Graph

2 Commits (1bb48db454f4f8bcc1fe8457e4e48275d5283a4e)

Author SHA1 Message Date
Philippe Grégoire 1bb48db454
Rewrite release action with matrix strategy
Rewrites the `releases` GitHub action to leverage the matrix
strategy support. This allows for a simplified target platforms
management and (hopefully) reduces build times by leveraging
parallelism.
2 years ago
Philippe Grégoire 9dada36310
Automatically build and publish releases
Adds a GitHub action to automatically build and publish releases when
a tag matching "v*" is pushed.

Makes use of https://github.com/marvinpinto/action-automatic-releases
2 years ago