update generated spc binary

This commit is contained in:
crazywhalecc 2024-02-26 00:19:30 +08:00
parent 5012da96be
commit d5dcd193cf
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

View File

@ -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