mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 13:24:51 +08:00
update generated spc binary
This commit is contained in:
parent
5012da96be
commit
d5dcd193cf
4
.github/workflows/release-build.yml
vendored
4
.github/workflows/release-build.yml
vendored
@ -70,10 +70,10 @@ jobs:
|
|||||||
|
|
||||||
- name: "Generate Executable"
|
- name: "Generate Executable"
|
||||||
run: |
|
run: |
|
||||||
|
bin/spc micro:combine spc.phar -M micro.sfx -O spc -I "memory_limit=2G"
|
||||||
if [ "${{ matrix.operating-system }}" = "windows-x64" ]; then
|
if [ "${{ matrix.operating-system }}" = "windows-x64" ]; then
|
||||||
cat micro.sfx spc.phar > spc.exe
|
mv spc spc.exe
|
||||||
else
|
else
|
||||||
cat micro.sfx spc.phar > spc
|
|
||||||
chmod +x spc
|
chmod +x spc
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user