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:
Nik Clayton 2024-03-04 14:53:34 +01:00 committed by GitHub
parent e5d0147fba
commit 4067e63dd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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