We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d8beac + 5d83b8a commit 24d163fCopy full SHA for 24d163f
.github/workflows/build.yml
@@ -116,8 +116,9 @@ jobs:
116
cmake . --preset ${{ matrix.toolchain.preset }} -G Ninja
117
cmake --build out/build/${{ matrix.toolchain.preset }} --target install
118
119
- [ ${{ inputs.new-release-tag == '' && 1 || 0 }} -ne 0 ] && \
120
- python prepare_release.py ${{ matrix.toolchain.preset }} --skip-install
+ [ ${{ inputs.new-release-tag == '' && 1 || 0 }} -ne 0 ] \
+ && python prepare_release.py ${{ matrix.toolchain.preset }} --skip-install --no-bl3 --no-wl --unified \
121
+ || true
122
123
- name: Upload Artifact
124
if: inputs.new-release-tag == ''
0 commit comments