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
Upload to that GitHub release the target/archive/toml-0.M.N-x86_64-linux.tar.gz file created by tools/build-release.
It would be nice to automate this so that it happens automatically when I push a tag to the repo, using GitHub Actions. This will be especially needed in the future when building macOS binaries (#22), as I'd otherwise have to go type commands on two different computers to build all the needed binaries.
Currently the process by which I accomplish #3 — which started today — is not hard, but it is a few extra steps:
tools/build-release linux-x86
.target/archive/toml-0.M.N-x86_64-linux.tar.gz
file created bytools/build-release
.It would be nice to automate this so that it happens automatically when I push a tag to the repo, using GitHub Actions. This will be especially needed in the future when building macOS binaries (#22), as I'd otherwise have to go type commands on two different computers to build all the needed binaries.
One helpful model for how to do this is ripgrep. (I've already borrowed from other parts of their release-build scripting in writing
tools/build-release
.) Their GitHub workflow file for releases is here: https://github.com/BurntSushi/ripgrep/blob/master/.github/workflows/release.ymlThere's also a draft version of this in #18 / #13.
The text was updated successfully, but these errors were encountered: