From 1183c5d1d5c7a2534d4bdb9d35841c18f1b1bb0b Mon Sep 17 00:00:00 2001 From: Eugene Gershnik Date: Tue, 27 Aug 2024 02:48:56 -0700 Subject: [PATCH] Fighting with Github --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 298866a..143db92 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -113,7 +113,7 @@ jobs: run: cmake --build build --config $BUILD_TYPE --target test-jnigen - name: Upload JDK crashes - if: matrix.os == 'windows-latest' + if: always() && matrix.os == 'windows-latest' uses: actions/upload-artifact@v4 with: if-no-files-found: ignore