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
fix: include MCPB file directly in GitHub release assets (#194)
## Summary
- Updates the create-release GitHub Action to include both the `.mcpb`
file and the `-release.zip` bundle in release assets
- Users can now download the MCPB package directly without extracting
the zip
## Changes
- Modified `.github/actions/create-release/action.yml` to add
`dist/*.mcpb` to the files uploaded to GitHub releases
## Testing
- Verified file patterns match existing build artifacts in `dist/`
directory
- Both `*.mcpb` and `*-release.zip` patterns correctly identify the
release files
Fixes#193
🤖 Generated with [Claude Code](https://claude.ai/code)
0 commit comments