ci: add config option for build step

This commit is contained in:
sithlord48
2024-12-02 20:28:09 -05:00
committed by Chris Rizzitello
parent 6498fe5a6b
commit 6e01cc6ce5

View File

@ -219,7 +219,7 @@ jobs:
shell: bash
run: |
if [[ "$RUNNER_OS" != "Windows" && "${{matrix.target.like}}" != "arch" ]]; then
cmake --build build -j8 --target package
cmake --build build --config Release -j8 --target package
else
cmake --build build -j8
fi