aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Shipitsin <chipitsine@gmail.com>2023-12-10 17:27:18 +0100
committerIlya Shipitsin <chipitsine@gmail.com>2023-12-10 17:27:18 +0100
commit8844e9cd7ff5252ac86aba03c76dcd88efd07ba3 (patch)
treec0d3295ad8de453b4492cb4713aaf290f942c3ae
parentfb16370480ee26be8b3c40d675be93bbefa7f344 (diff)
downloadportable-8844e9cd7ff5252ac86aba03c76dcd88efd07ba3.tar.gz
portable-8844e9cd7ff5252ac86aba03c76dcd88efd07ba3.tar.bz2
portable-8844e9cd7ff5252ac86aba03c76dcd88efd07ba3.zip
windows: always upload build artifacts, even in case of failure
-rw-r--r--.github/workflows/windows_test.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/windows_test.yml b/.github/workflows/windows_test.yml
index ff91f9a..bac948e 100644
--- a/.github/workflows/windows_test.yml
+++ b/.github/workflows/windows_test.yml
@@ -40,6 +40,7 @@ jobs:
40 if: ${{ matrix.arch != 'ARM64' }} 40 if: ${{ matrix.arch != 'ARM64' }}
41 run: ctest --test-dir build -C Release --output-on-failure 41 run: ctest --test-dir build -C Release --output-on-failure
42 - uses: actions/upload-artifact@v3 42 - uses: actions/upload-artifact@v3
43 if: always()
43 with: 44 with:
44 name: windows-build-results-${{ matrix.os }}-${{ matrix.arch }} 45 name: windows-build-results-${{ matrix.os }}-${{ matrix.arch }}
45 path: build 46 path: build