Update CI for new targets

This commit is contained in:
2023-03-11 11:30:17 -05:00
parent e6bcd131b7
commit d9c59a04ec
2 changed files with 3 additions and 3 deletions

View File

@@ -58,13 +58,13 @@ jobs:
- name: Build Qtk Application (OSX / Linux)
if: matrix.os != 'windows-latest'
shell: bash
run: cmake --build build/ --config Release --target qtk_main -- -j $(nproc)
run: cmake --build build/ --config Release --target qtk_app -- -j $(nproc)
# Packaging
- name: Install Qtk Application
shell: bash
run: cmake --install build/ --config Release --prefix=$(pwd)/install --component qtk_main
run: cmake --install build/ --config Release --prefix=$(pwd)/install --component qtk_app
- name: Package Qtk Application
shell: bash