Skip to content

Commit

Permalink
[CI] Only keep signed APKs
Browse files Browse the repository at this point in the history
  • Loading branch information
jfx2006 committed Oct 2, 2024
1 parent fa06b4b commit ad24c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shippable_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,5 @@ jobs:
name: signed-${{ env.APP_NAME}}-${{ matrix.packageFormat }}-${{ matrix.packageFlavor }}
if-no-files-found: error
path: |
uploads/*.apk
uploads/*-signed.apk
uploads/*.aab

0 comments on commit ad24c71

Please sign in to comment.