You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This workflow should build a release binary for every platform and make it available as a Github release when a version tag is pushed. It's not working right now.
The text was updated successfully, but these errors were encountered:
In my fork, I added a working release workflow using cargo dist (see docs).
It creates and uploads binaries for Linux, Mac and Windows to a github release when a commit is tagged with vX.Y.X (note that it does not publish to crates.io).
I will be happy to create a pull request if that is helpful 😃
Br,
./ Kristoffer
PS: Note that since I did not modify the registry entry in Cargo.toml, the top/tabular download links on the release v0.3.1 in my fork do not work, but all the asset downloads do work. If the registry entry points to the correct github repo, the top download links will work as well.
https://github.com/nrempel/sleek/blob/main/.github/workflows/release.yml
This workflow should build a release binary for every platform and make it available as a Github release when a version tag is pushed. It's not working right now.
The text was updated successfully, but these errors were encountered: