Skip to content

Commit

Permalink
ci: Don't compress APK files when uploading release artifacts (#496)
Browse files Browse the repository at this point in the history
They're already compressed, and it slows down the workflow step.
  • Loading branch information
nikclayton authored Mar 4, 2024
1 parent e5d0147 commit 4067e63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/upload-orange-release-google-play.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4067e63

Please sign in to comment.