mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 13:24:51 +08:00
fix action
This commit is contained in:
parent
bdf99ba9f1
commit
bbeb399004
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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 }}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user