We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a48ff8 commit d51a1d7Copy full SHA for d51a1d7
.github/workflows/build-windows-release-binary.yml
@@ -34,7 +34,8 @@ jobs:
34
35
- name: Install SPC
36
run: |
37
- wget -O spc-windows-x64.exe https://github.com/crazywhalecc/static-php-cli/releases/latest/download/spc-windows-x64.exe
+ curl -L spc-windows-x64.exe https://github.com/crazywhalecc/static-php-cli/releases/latest/download/spc-windows-x64.exe
38
+ ls
39
.\spc-windows-x64.exe --version
40
41
- name: Build Binary
@@ -43,7 +44,8 @@ jobs:
43
44
45
- name: Download PHP
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
49
tar -xf php-8.3.9-micro-win.zip
50
mkdir -p buildroot/bin
51
mv micro.sfx buildroot/bin
0 commit comments