From 8844e9cd7ff5252ac86aba03c76dcd88efd07ba3 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Sun, 10 Dec 2023 17:27:18 +0100 Subject: [PATCH] windows: always upload build artifacts, even in case of failure --- .github/workflows/windows_test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/windows_test.yml b/.github/workflows/windows_test.yml index ff91f9a6d7..bac948e9f8 100644 --- a/.github/workflows/windows_test.yml +++ b/.github/workflows/windows_test.yml @@ -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