Skip to content

Commit

Permalink
actions: fix some more paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallegari committed Nov 23, 2024
1 parent b2c90ee commit 7fbefde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
$QMAKE QMAKE_CXX="$CXX" QMAKE_CC="$CC" QMAKE_LINK="$CXX" QMAKE_LINK_SHLIB="$CXX" CONFIG+=coverage
- name: Build
run: make -j $NPROC
run: cd build && make -j $NPROC

- name: Test
if: ${{ ! startsWith( matrix.task, 'coverage') }}
Expand All @@ -192,6 +192,7 @@ jobs:
- name: Install
if: ${{ ! startsWith( matrix.task, 'coverage') }}
run: |
cd build
make INSTALL_ROOT=${INSTALL_ROOT} install
cp -v resources/icons/svg/qlcplus.svg ${INSTALL_ROOT}
cp -v platforms/linux/qlcplus.desktop ${INSTALL_ROOT}
Expand Down

0 comments on commit 7fbefde

Please sign in to comment.