We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f394c1 commit bad813cCopy full SHA for bad813c
.github/workflows/gradleBuild.yml
@@ -32,12 +32,12 @@ jobs:
32
33
- uses: actions/upload-artifact@v4
34
with:
35
- name: Compiled jars
+ name: compiled-jars
36
path: build/libs/*.jar
37
38
- name: Upload test report
39
if: always()
40
uses: actions/upload-artifact@v4
41
42
- name: Test reports
+ name: test-reports
43
path: build/reports/
.github/workflows/gradleBuildPR.yml
@@ -32,5 +32,5 @@ jobs:
0 commit comments