mirror of
https://github.com/AChep/keyguard-app.git
synced 2025-01-04 18:59:15 +01:00
chore: Do not publish baseline profile apks
This commit is contained in:
parent
1c185d7cdf
commit
1213e5eb51
4
.github/workflows/new_tag_release.yaml
vendored
4
.github/workflows/new_tag_release.yaml
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user