Skip to content

Commit 2253a4f

Browse files
committed
Rename -> php_brotli.dll
1 parent c92c28a commit 2253a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: >
5151
curl -sSL -o brotli.zip https://github.com/kjdev/php-ext-brotli/releases/download/0.15.2%2Bpie/php_brotli-0.15.2+pie-8.4-nts-vs17-x86_64.zip &&
5252
unzip brotli.zip &&
53-
cp *.dll C:/tools/php/ext &&
53+
cp *.dll C:/tools/php/ext/php_brotli.dll &&
5454
echo "extension=brotli" >> C:/tools/php/php.ini
5555
5656
- name: Validate composer.json and composer.lock

0 commit comments

Comments
 (0)