Skip to content

Commit

Permalink
actions: fix more paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallegari committed Nov 23, 2024
1 parent 5872b02 commit 48a8bf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ jobs:
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}
cp -v ../resources/icons/svg/qlcplus.svg ${INSTALL_ROOT}
cp -v ../platforms/linux/qlcplus.desktop ${INSTALL_ROOT}
- name: Adapt qlcplus for AppImage (qt5)
if: ${{ matrix.task == 'compile-qt5' }}
Expand Down

0 comments on commit 48a8bf8

Please sign in to comment.