From 2b866e6249cff57bc1dae0a3dc67b14e1e79bcbb Mon Sep 17 00:00:00 2001 From: Thibault Gagnaux Date: Mon, 29 Nov 2021 08:59:46 +0100 Subject: debug: adds utf8 encoding to java compile options --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e43b9a1..f58f961 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,9 +35,8 @@ jobs: shell: bash - name: Upload Unit Test Results - if: always() + if: always() && runner.os == 'Windows' uses: actions/upload-artifact@v2 with: name: jvm-dump.txt - path: frege-gradle-plugin/**/javacore*.txt - if: runner.os == 'Windows' \ No newline at end of file + path: ./**/javacore*.txt \ No newline at end of file -- cgit