Skip to content

Commit

Permalink
Fighting with Github
Browse files Browse the repository at this point in the history
  • Loading branch information
gershnik committed Aug 27, 2024
1 parent e27cac1 commit 1183c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1183c5d

Please sign in to comment.