We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afa7b30 commit fa22fffCopy full SHA for fa22fff
.github/workflows/ci.yml
@@ -33,6 +33,12 @@ jobs:
33
run: ./gradlew publishAllPublicationsToTestingRepository
34
- name: Display directory structure of testing repo
35
run: ls -R build/testing-mvn-repo
36
+ - name: Upload info if failure
37
+ if: ${{ failure() }}
38
+ uses: actions/upload-artifact@v2
39
+ with:
40
+ name: java-${{matrix.version}}-failed-build
41
+ path: build/*
42
- name: Save output from testing repo
43
uses: actions/upload-artifact@v2
44
with:
0 commit comments