Skip to content

Commit

Permalink
upload apk to analyze
Browse files Browse the repository at this point in the history
  • Loading branch information
rainyl committed Nov 2, 2024
1 parent ff7f553 commit cad9d22
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,11 @@ jobs:
with:
name: android-size-report
path: android_size_report.json

- name: Upload apk
uses: actions/upload-artifact@v4
with:
name: opencv_core-arm64-v8a-release.apk
path: packages/opencv_core/example/build/app/outputs/flutter-apk/app-arm64-v8a-release.apk

linux:
name: linux-size-comparison
Expand Down

0 comments on commit cad9d22

Please sign in to comment.