We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e499e01 commit 073e81fCopy full SHA for 073e81f
.github/workflows/main.yml
@@ -24,14 +24,14 @@ jobs:
24
uses: actions/upload-artifact@v1
25
with:
26
name: libs-java-${{ matrix.java }}
27
- path: build/libs
+ path: bianmen-core/build/libs
28
- name: Upload Test Results
29
30
31
name: tests-java-${{ matrix.java }}
32
- path: build/reports/tests/test
+ path: bianmen-core/build/reports/tests/test
33
- name: Upload Static Analysis
34
35
36
name: analysis-java-${{ matrix.java }}
37
- path: build/reports/detekt
+ path: bianmen-core/build/reports/detekt
0 commit comments