mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 03:16:35 +00:00
Fixed an oopsie from 5ef247620a7c6301a849b54e5ef1009217729fc8
I added it to the wrong set of artifacts :(
This commit is contained in:
parent
433bd6a8aa
commit
585aee9386
2
.github/workflows/draft-release.yml
vendored
2
.github/workflows/draft-release.yml
vendored
@ -92,7 +92,7 @@ jobs:
|
|||||||
- name: Create draft release
|
- name: Create draft release
|
||||||
uses: ncipollo/release-action@v1.14.0
|
uses: ncipollo/release-action@v1.14.0
|
||||||
with:
|
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 }}
|
commit: ${{ github.sha }}
|
||||||
draft: true
|
draft: true
|
||||||
prerelease: ${{ steps.get-pm-version.outputs.PRERELEASE }}
|
prerelease: ${{ steps.get-pm-version.outputs.PRERELEASE }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user