Add Friends CMP Bedrock resource pack conversion
Build and release Bedrock pack / release (push) Failing after 6s
Build and release Bedrock pack / release (push) Failing after 6s
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user