Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jclark118 authored Dec 14, 2023
1 parent 809cc3a commit 30eae24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
uses: yutailang0119/action-android-lint@v3.1.0
with:
report-path: build/reports/*.xml
follow-symbolic-links: true
follow-symbolic-links: true
- name: show lint file content
run: ls build/reports
- name: Build with Gradle
run: |
./gradlew clean assembleRelease \
Expand Down

0 comments on commit 30eae24

Please sign in to comment.