From f18f71872fbcc0504d2f3fd71e53b0097fce3354 Mon Sep 17 00:00:00 2001 From: toby7002 <144540995+toby7002@users.noreply.github.com> Date: Fri, 20 Oct 2023 00:47:51 +0700 Subject: [PATCH] phar.readonly = false --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed8e754..4983491 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: - name: Run Pharynx run: | - php ../pharynx.phar -i ./ -c + php --define phar.readonly=false ../pharynx.phar -i ./ -c rn output.phar oh-my-pmmp.phar - uses: actions/upload-artifact@v3