Skip to content

Commit 9676ea9

Browse files
committed
fix: include MCPB file directly in GitHub release assets
Updates the create-release action to upload both the individual .mcpb file and the release .zip bundle to GitHub releases. This allows users to download the MCPB package directly without extracting the zip. Fixes #193
1 parent ccab01a commit 9676ea9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/create-release/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ runs:
5555
with:
5656
name: "Quilt MCP MCPB v${{ inputs.package-version }}"
5757
files: |
58+
dist/*.mcpb
5859
dist/*-release.zip
5960
draft: false
6061
prerelease: ${{ contains(inputs.package-version, '-') }}

0 commit comments

Comments
 (0)