aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml5
1 files changed, 2 insertions, 3 deletions
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