mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34: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"
|
||||
run: |
|
||||
bin/spc micro:combine spc.phar -M micro.sfx -O spc -I "memory_limit=2G"
|
||||
if [ "${{ matrix.operating-system }}" = "windows-x64" ]; then
|
||||
cat micro.sfx spc.phar > spc.exe
|
||||
mv spc spc.exe
|
||||
else
|
||||
cat micro.sfx spc.phar > spc
|
||||
chmod +x spc
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user