Skip to content

Commit

Permalink
GHA: Upload DiligentCoreTest.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMostDiligent committed Sep 23, 2023
1 parent 0a5c00e commit d469c26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@ jobs:
with:
target: install

- name: DiligentCoreTest
if: ${{ success() && matrix.name != 'UWP'}}
uses: DiligentGraphics/github-action/run-core-tests@mingw
#- name: DiligentCoreTest
# if: ${{ success() && matrix.name != 'UWP'}}
# uses: DiligentGraphics/github-action/run-core-tests@mingw

- name: Upload artifact
uses: actions/upload-artifact@v3
if: ${{ success() && matrix.build_type != 'Debug' && matrix.cmake_generator != 'Ninja' }}
with:
name: DiligentCore-${{ matrix.name }}-${{ matrix.toolset }}-${{ matrix.build_type }}
path: |
${{env.DILIGENT_INSTALL_DIR}}
${{env.DILIGENT_BUILD_DIR}}/Tests/DiligentCoreTest/DiligentCoreTest.exe
!${{env.DILIGENT_INSTALL_DIR}}/**/*.lib
!${{env.DILIGENT_INSTALL_DIR}}/**/*.a
retention-days: 90

0 comments on commit d469c26

Please sign in to comment.