diff --git a/.github/workflows/all-builds.yml b/.github/workflows/all-builds.yml index 3319da4..f69bf72 100644 --- a/.github/workflows/all-builds.yml +++ b/.github/workflows/all-builds.yml @@ -226,6 +226,16 @@ jobs: cd build cpack -C Release -G NSIS + - name: Upload logs on failure (WIN) + if: failure() + uses: actions/upload-artifact@v4 + with: + name: Build-Logs + path: | + D:\a\qtk\qtk\build\packages\_CPack_Packages\win64\NSIS\NSISOutput.log + D:\a\qtk\qtk\build\CMakeFiles\CMakeOutput.log + D:\a\qtk\qtk\build\CMakeFiles\CMakeError.log + - name: Upload package artifacts (WIN) if: matrix.os == 'windows-latest' uses: actions/upload-artifact@v4 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 177d4ff..79bf517 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -169,7 +169,9 @@ endif() # Windows # Set icon for the splash image used in Windows NSIS installers. -set(CPACK_PACKAGE_ICON "${QTK_RESOURCES}/icons/win/kilroy_splash.bmp") +# TODO: Fix NSIS cmake error +# File: "D:/a/qtk/qtk/resources/icons/win/kilroy_splash.bmp" -> no files found. +#set(CPACK_PACKAGE_ICON "${QTK_RESOURCES}/icons/win/kilroy_splash.bmp") set(CPACK_NSIS_MODIFY_PATH ON) set(CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL ON) # https://nsis.sourceforge.io/Reference/CreateShortCut