SUKU parameterize workflows with product_name#39
Merged
Conversation
Made release workflows reusable across different products: - Added product_name input to production and nightly workflows - Updated zip filenames to use product_name (e.g., knot_release.zip) - Updated release titles to use product_name (e.g., "knot v1.0.7") - Production workflow now only zips files matching *_release_DATE.uf2 pattern - Set product_name to "knot" (lowercase) for this repository Benefits: - firmware_release_production.yml can be copied as-is to other repos - firmware_release_nightly.yml can be copied as-is to other repos - firmware_deploy_preview.yml already works as-is - Only need to customize firmware_build_only.yml and product_name per repo 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Fixed artifact download to be more specific: - Changed from downloading all artifacts to only nightly_firmware - Removed merge-multiple parameter (not needed for single artifact) - This prevents release_firmware artifacts from being included in nightly releases 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
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.
Made release workflows reusable across different products:
Benefits:
🤖 Generated with Claude Code