Fixed an oopsie from 5ef247620a7c6301a849b54e5ef1009217729fc8

I added it to the wrong set of artifacts :(
This commit is contained in:
Dylan K. Taylor 2024-06-13 18:58:32 +01:00
parent 433bd6a8aa
commit 585aee9386
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -92,7 +92,7 @@ jobs:
- name: Create draft release
uses: ncipollo/release-action@v1.14.0
with:
artifacts: ${{ github.workspace }}/PocketMine-MP.phar,${{ github.workspace }}/start.*,${{ github.workspace }}/build_info.json
artifacts: ${{ github.workspace }}/PocketMine-MP.phar,${{ github.workspace }}/start.*,${{ github.workspace }}/build_info.json,${{ github.workspace }}/core-permissions.rst
commit: ${{ github.sha }}
draft: true
prerelease: ${{ steps.get-pm-version.outputs.PRERELEASE }}