Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ci): Add automatic upload of release binary #23

Merged
merged 1 commit into from
Dec 27, 2023

Conversation

tsengia
Copy link
Owner

@tsengia tsengia commented Dec 27, 2023

This PR aims to resolve issue #7 by adding separate GitHub actions workflow files to perform cargo check, cargo fmt, and cargo clippy along with cargo test in PRs. Additionally, when a tag is made, then the release.yml workflow is run which will build a release binary and upload it to GitHub packages.

@tsengia tsengia added this to the 1.0.0 milestone Dec 27, 2023
@tsengia tsengia added the enhancement New feature or request label Dec 27, 2023
@tsengia tsengia merged commit a51f000 into main Dec 27, 2023
4 checks passed
@tsengia tsengia deleted the add-ci-release-workflow branch December 27, 2023 23:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant