Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jclark118 authored Jan 3, 2024
1 parent 6064abc commit 6c05ea3
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 @@ -47,7 +47,7 @@ jobs:
- name: print lint xml results
uses: hidakatsuya/action-report-android-lint@v1.1.4
with:
result-path: 'app/build/reports/lint-results-debug.xml'
result-path: 'mapcache/build/reports/lint-results-debug.xml'
- name: Verify Signature
run: $ANDROID_SDK_ROOT/build-tools/33.0.1/apksigner verify --print-certs mapcache/build/outputs/apk/release/mapcache.apk
- name: List files in the repository
Expand Down

0 comments on commit 6c05ea3

Please sign in to comment.