ci: #3 Add binaries to Releases#17
Merged
TheRealAgentK merged 7 commits intoMindscapeHQ:mainfrom Jan 27, 2025
miquelbeltran:main
Merged
ci: #3 Add binaries to Releases#17TheRealAgentK merged 7 commits intoMindscapeHQ:mainfrom miquelbeltran:main
TheRealAgentK merged 7 commits intoMindscapeHQ:mainfrom
miquelbeltran:main
Conversation
TheRealAgentK
approved these changes
Jan 27, 2025
Contributor
TheRealAgentK
left a comment
There was a problem hiding this comment.
Looks good! And if individual builds cause issues, we can fine-tune as we go.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ci: #3 Add binaries to Releases
Description 📝
Purpose: This GitHub Actions workflow automatically builds binaries and uploads them to each release when a release is created.
Approach: The job is triggered on release creation, it checkouts the release tag, then builds binaries for Linux, MacOS and Windows, then uploads them to the release that triggered the action.
Related to Distribute binaries (so no Dart SDK is required) #3 but does not close it, because we still need a way to distribute updates
Type of change
Updates
Screenshots 📷
Test plan 🧪
Tested in a fork, the resulting files can be seen here: https://github.com/miquelbeltran/raygun-cli/releases/tag/0.0.6
Author to check 👓
Reviewer to check ✔️