ci: ensure --config is always passed with cmake --install

lol

Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
Seth Flynn
2025-11-19 14:52:25 -05:00
parent b86f47d79b
commit dc88866d85
2 changed files with 4 additions and 4 deletions

View File

@@ -59,7 +59,7 @@ runs:
BUILD_DIR: build
INSTALL_DIR: install
run: |
cmake --install ${{ env.BUILD_DIR }}
cmake --install ${{ env.BUILD_DIR }} --config ${{ inputs.build-type }}
cd ${{ env.INSTALL_DIR }}
chmod +x "PrismLauncher.app/Contents/MacOS/prismlauncher"