Skip to content

Commit

Permalink
windows: always upload build artifacts, even in case of failure
Browse files Browse the repository at this point in the history
  • Loading branch information
chipitsine committed Dec 10, 2023
1 parent fb16370 commit 8844e9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
if: ${{ matrix.arch != 'ARM64' }}
run: ctest --test-dir build -C Release --output-on-failure
- uses: actions/upload-artifact@v3
if: always()
with:
name: windows-build-results-${{ matrix.os }}-${{ matrix.arch }}
path: build

0 comments on commit 8844e9c

Please sign in to comment.