ci: Don't compress APK files when uploading release artifacts (#496)
They're already compressed, and it slows down the workflow step.
This commit is contained in:
parent
e5d0147fba
commit
4067e63dd4
|
@ -68,6 +68,7 @@ jobs:
|
|||
with:
|
||||
name: app-release.apk
|
||||
path: ${{steps.sign_app_apk.outputs.signedReleaseFile}}
|
||||
compression-level: 0
|
||||
|
||||
- name: Generate whatsnew
|
||||
id: generate-whatsnew
|
||||
|
|
Loading…
Reference in New Issue