Add Friends CMP Bedrock resource pack conversion
Build and release Bedrock pack / release (push) Failing after 6s

This commit is contained in:
root
2026-07-31 21:04:30 +02:00
commit f955d4321f
25 changed files with 340 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
name: Build and release Bedrock pack
on:
push:
tags:
- 'v*'
workflow_dispatch:
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Validate and build
run: |
python3 scripts/validate_pack.py
python3 scripts/build_pack.py
- name: Create GitHub release
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
generate_release_notes: true
files: |
build/Friends-CMP-Bedrock.mcpack
geyser/mappings.json