Skip to content

Commit 5d20af2

Browse files
committed
Update build-release-binaries.yml
1 parent 7ea40be commit 5d20af2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-release-binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
6161
- name: Download PHP
6262
run: |
63-
curl -O -L "https://dl.static-php.dev/static-php-cli/common/php-8.3.9-micro-${{ matrix.spc_suffix }}.tar.gz"
64-
tar xzf "php-8.3.9-micro-${{ matrix.spc_suffix }}.tar.gz"
63+
curl -O -L "https://dl.static-php.dev/static-php-cli/common/php-8.3.9-micro-${{ matrix.spc_suffix }}"
64+
tar xzf "php-8.3.9-micro-${{ matrix.spc_suffix }}"
6565
mkdir -p buildroot/bin
6666
mv micro.sfx buildroot/bin
6767

0 commit comments

Comments
 (0)