Attach permission doc to every release

This commit is contained in:
Dylan K. Taylor 2024-05-07 12:46:31 +01:00
parent 1b082f99e9
commit 5ef247620a
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -76,6 +76,9 @@ jobs:
${{ steps.php-binary-url.outputs.PHP_BINARY_URL }} \
> build_info.json
- name: Generate core permission doc for doc.pmmp.io
run: php tools/generate-permission-doc.php rst
- name: Upload release artifacts
uses: actions/upload-artifact@v4
with:
@ -84,6 +87,7 @@ jobs:
${{ github.workspace }}/PocketMine-MP.phar
${{ github.workspace }}/start.*
${{ github.workspace }}/build_info.json
${{ github.workspace }}/core-permissions.rst
- name: Create draft release
uses: ncipollo/release-action@v1.14.0