Skip to content

Commit

Permalink
Fix lint report location.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkistner committed Oct 25, 2021
1 parent 23f29e5 commit 6ccf3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: lint-results
path: "**/build/reports/lint-results.xml"
path: "**/build/reports/lint-results*"

0 comments on commit 6ccf3a9

Please sign in to comment.