diff options
Diffstat (limited to '.github/workflows')
| -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 |
