actions: fix release build shitting the bed

This commit is contained in:
Dylan K. Taylor 2021-09-05 15:45:07 +01:00
parent 4f59d3487a
commit 466107d3b8
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -68,7 +68,7 @@ jobs:
done
- name: Build PocketMine-MP.phar
run: php build/server-phar.php --git ${{ github.sha }}
run: php -dphar.readonly=0 build/server-phar.php --git ${{ github.sha }}
- name: Get PocketMine-MP release version
id: get-pm-version