From 466107d3b89d5c1371f918b3852b6c88a4305a83 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sun, 5 Sep 2021 15:45:07 +0100 Subject: [PATCH] actions: fix release build shitting the bed --- .github/workflows/draft-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 968c10a36..4015c96c2 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -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