mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 04:17:07 +00:00
Attach permission doc to every release
This commit is contained in:
parent
1b082f99e9
commit
5ef247620a
4
.github/workflows/draft-release.yml
vendored
4
.github/workflows/draft-release.yml
vendored
@ -76,6 +76,9 @@ jobs:
|
|||||||
${{ steps.php-binary-url.outputs.PHP_BINARY_URL }} \
|
${{ steps.php-binary-url.outputs.PHP_BINARY_URL }} \
|
||||||
> build_info.json
|
> build_info.json
|
||||||
|
|
||||||
|
- name: Generate core permission doc for doc.pmmp.io
|
||||||
|
run: php tools/generate-permission-doc.php rst
|
||||||
|
|
||||||
- name: Upload release artifacts
|
- name: Upload release artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
@ -84,6 +87,7 @@ jobs:
|
|||||||
${{ github.workspace }}/PocketMine-MP.phar
|
${{ github.workspace }}/PocketMine-MP.phar
|
||||||
${{ github.workspace }}/start.*
|
${{ github.workspace }}/start.*
|
||||||
${{ github.workspace }}/build_info.json
|
${{ github.workspace }}/build_info.json
|
||||||
|
${{ github.workspace }}/core-permissions.rst
|
||||||
|
|
||||||
- name: Create draft release
|
- name: Create draft release
|
||||||
uses: ncipollo/release-action@v1.14.0
|
uses: ncipollo/release-action@v1.14.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user