draft-release: fixed BedrockData JSON minification

This commit is contained in:
Dylan K. Taylor 2021-11-02 19:16:36 +00:00
parent f50f26d52e
commit 102277c636
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -42,7 +42,7 @@ jobs:
sed -i "s/const BUILD_NUMBER = 0/const BUILD_NUMBER = ${BUILD_NUMBER}/" src/VersionInfo.php
- name: Minify BedrockData JSON files
run: php resources/vanilla/.minify_json.php
run: php vendor/pocketmine/bedrock-data/.minify_json.php
- name: Build PocketMine-MP.phar
run: php -dphar.readonly=0 build/server-phar.php --git ${{ github.sha }}