tiffany352 / rink-rs

Unit conversion tool and library written in rust

Home Page:https://rinkcalc.app/about

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add output artifacts to CI builds

tiffany352 opened this issue · comments

Package managers like Scoop require a pre-built binary in order to distribute an application, and so it's important to start shipping official binaries for the CLI with each release.

Doing it in CI is important because the pre-built binaries should be available for all platforms.

Ideally I'd be able to automatically attach the binaries when I draft a new release but that is either impossible or undocumented/outside my skill level for Github Actions.

But binaries get build now for every commit after #83, so I can copy them over manually as release artifacts.