From d5dcd193cfa40ad4990a35f321b2ae7888c914e9 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Mon, 26 Feb 2024 00:19:30 +0800 Subject: [PATCH] update generated spc binary --- .github/workflows/release-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index c363fcea..d3b2b2be 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -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