Skip to content

Commit

Permalink
Archive dependency verification report for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
REPLicated committed May 17, 2024
1 parent fba62d3 commit 757c7e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ jobs:
uses: gradle/actions/setup-gradle@v3
- name: Build with Gradle
run: ./gradlew build
- name: Archive dependency verification report
uses: actions/upload-artifact@v4
with:
name: dependency-verification-report
path: build/reports/dependency-verification

0 comments on commit 757c7e6

Please sign in to comment.