weso / shapes-rs

RDF data shapes implementation in Rust
https://www.weso.es/shapes-rs/
Apache License 2.0
23 stars 1 forks source link

Publish binaries in releases #7

Closed labra closed 8 months ago

labra commented 8 months ago

Publish binaries in different platforms.

Ideally, publish those binaries in an automated way from github actions.

An inspiring project is oxigraph where they publish the different releases with binaries for several platforms. It seems the project uses this github action for this.