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.
1 parent e58f08d commit 1909373Copy full SHA for 1909373
.github/workflows/build.yml
@@ -118,8 +118,9 @@ jobs:
118
cmake . --preset ${{ matrix.toolchain.preset }} -G Ninja
119
cmake --build out/build/${{ matrix.toolchain.preset }} --target install
120
121
- [ ${{ inputs.new-release-tag == '' && 1 || 0 }} -ne 0 ] && \
122
- python prepare_release.py ${{ matrix.toolchain.preset }} --skip-install --no-bl3 --no-wl --unified
+ [ ${{ inputs.new-release-tag == '' && 1 || 0 }} -ne 0 ] \
+ && python prepare_release.py ${{ matrix.toolchain.preset }} --skip-install --no-bl3 --no-wl --unified \
123
+ || true
124
125
- name: Upload Artifact
126
if: inputs.new-release-tag == ''
0 commit comments