diff options
author | Theo Buehler <tb@openbsd.org> | 2023-12-11 02:43:01 +0100 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-12-11 02:43:01 +0100 |
commit | 2e88c74329938b5af441736645e795289660aa38 (patch) | |
tree | 2f71a31f2752a26b423a02151a067ff8ca730ade | |
parent | 8e31f8c4a4f6bf3f1da14d405f68ef602bacd847 (diff) | |
parent | 8844e9cd7ff5252ac86aba03c76dcd88efd07ba3 (diff) | |
download | portable-2e88c74329938b5af441736645e795289660aa38.tar.gz portable-2e88c74329938b5af441736645e795289660aa38.tar.bz2 portable-2e88c74329938b5af441736645e795289660aa38.zip |
Land 956
-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 |