We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ea40be commit 5d20af2Copy full SHA for 5d20af2
.github/workflows/build-release-binaries.yml
@@ -60,8 +60,8 @@ jobs:
60
61
- name: Download PHP
62
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"
+ curl -O -L "https://dl.static-php.dev/static-php-cli/common/php-8.3.9-micro-${{ matrix.spc_suffix }}"
+ tar xzf "php-8.3.9-micro-${{ matrix.spc_suffix }}"
65
mkdir -p buildroot/bin
66
mv micro.sfx buildroot/bin
67
0 commit comments