This commit is contained in:
crazywhalecc 2023-04-08 22:22:52 +08:00
parent 5c54434300
commit bcd45e87c8
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

View File

@ -11,6 +11,7 @@ on:
- '8.2'
- '8.1'
- '8.0'
- '7.4'
target:
required: true
default: 'cli'
@ -69,7 +70,7 @@ jobs:
# With or without debug
- if: inputs.debug == true
run: echo "SPC_BUILD_DEBUG='--debug'" >> $GITHUB_ENV
run: echo "SPC_BUILD_DEBUG=--debug" >> $GITHUB_ENV
# With target select: cli, micro or both
- if: ${{ inputs.target == 'micro' || inputs.target == 'all' }}