From bbeb399004b57bab2b9dad41c14a6c0d346f131b Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sat, 8 Apr 2023 21:39:51 +0800 Subject: [PATCH] fix action --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 93c595be..6997a8a5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,7 +57,7 @@ jobs: run: echo "SPC_BUILD_DEBUG='--debug'" >> $GITHUB_ENV - if: ${{ inputs.target == 'micro' || inputs.target == 'all' }} - run: echo "SPC_BUILD_TARGET='--build-${{ inputs.target }}' >> $GITHUB_ENV + run: echo "SPC_BUILD_TARGET='--build-${{ inputs.target }}'" >> $GITHUB_ENV - run: ./bin/spc build ${{ inputs.extensions }} ${{ env.SPC_BUILD_DEBUG }} ${{ env.SPC_BUILD_TARGET }}