diff options
author | Ilya Shipitsin <chipitsine@gmail.com> | 2023-12-10 17:27:18 +0100 |
---|---|---|
committer | Ilya Shipitsin <chipitsine@gmail.com> | 2023-12-10 17:27:18 +0100 |
commit | 8844e9cd7ff5252ac86aba03c76dcd88efd07ba3 (patch) | |
tree | c0d3295ad8de453b4492cb4713aaf290f942c3ae | |
parent | fb16370480ee26be8b3c40d675be93bbefa7f344 (diff) | |
download | portable-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.yml | 1 |
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 |