mirror of
https://github.com/AChep/keyguard-app.git
synced 2025-01-21 10:05:46 +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: |
|
path: |
|
||||||
androidBenchmark/build/outputs/androidTest-results/
|
androidBenchmark/build/outputs/androidTest-results/
|
||||||
retention-days: 7
|
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"
|
- name: "Build"
|
||||||
run: ./gradlew androidApp:assembleNoneRelease
|
run: ./gradlew androidApp:assembleNoneRelease
|
||||||
- name: 'Upload .apk'
|
- name: 'Upload .apk'
|
||||||
|
Loading…
Reference in New Issue
Block a user