Skip to content

Commit 757c7e6

Browse files
committed
Archive dependency verification report for debugging
1 parent fba62d3 commit 757c7e6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .github/workflows/build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,8 @@ jobs:
1818
uses: gradle/actions/setup-gradle@v3
1919
- name: Build with Gradle
2020
run: ./gradlew build
21+
- name: Archive dependency verification report
22+
uses: actions/upload-artifact@v4
23+
with:
24+
name: dependency-verification-report
25+
path: build/reports/dependency-verification

0 commit comments

Comments
 (0)