Skip to content

Commit d4e6fd4

Browse files
committed
fix: disable phar.readonly tag during phar archive creation
1 parent 524ba75 commit d4e6fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
EOF
5454
5555
# Build the phar
56-
php build-phar.php
56+
php -d phar.readonly=0 build-phar.php
5757
5858
# Verify the phar was created
5959
ls -la *.phar

0 commit comments

Comments
 (0)