Skip to content

Commit

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

0 comments on commit 687fa24

Please sign in to comment.