Debug CI.

This commit is contained in:
2025-03-14 15:20:28 -04:00
parent 0d2a73a35f
commit 9bd09b2bb0
2 changed files with 25 additions and 11 deletions

View File

@@ -96,6 +96,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