chore: Do not publish baseline profile apks

This commit is contained in:
Artem Chepurnoy 2024-12-12 20:49:03 +02:00
parent 1c185d7cdf
commit 1213e5eb51
No known key found for this signature in database
GPG Key ID: FAC37D0CF674043E

View File

@ -275,6 +275,10 @@ jobs:
path: |
androidBenchmark/build/outputs/androidTest-results/
retention-days: 7
- name: 'Remove baseline profile apks'
run: |
rm -rf androidApp/build/outputs/apk/ || true
rm -rf androidApp/build/outputs/mapping/ || true
- name: "Build"
run: ./gradlew androidApp:assembleNoneRelease
- name: 'Upload .apk'