Skip to content

Commit d51a1d7

Browse files
committed
Update build-windows-release-binary.yml
1 parent 4a48ff8 commit d51a1d7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-windows-release-binary.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
3535
- name: Install SPC
3636
run: |
37-
wget -O spc-windows-x64.exe https://github.com/crazywhalecc/static-php-cli/releases/latest/download/spc-windows-x64.exe
37+
curl -L spc-windows-x64.exe https://github.com/crazywhalecc/static-php-cli/releases/latest/download/spc-windows-x64.exe
38+
ls
3839
.\spc-windows-x64.exe --version
3940
4041
- name: Build Binary
@@ -43,7 +44,8 @@ jobs:
4344
4445
- name: Download PHP
4546
run: |
46-
wget -O php-8.3.9-micro-win.zip https://dl.static-php.dev/static-php-cli/windows/spc-max/php-8.3.9-micro-win.zip
47+
curl -L php-8.3.9-micro-win.zip https://dl.static-php.dev/static-php-cli/windows/spc-max/php-8.3.9-micro-win.zip
48+
ls
4749
tar -xf php-8.3.9-micro-win.zip
4850
mkdir -p buildroot/bin
4951
mv micro.sfx buildroot/bin

0 commit comments

Comments
 (0)