Skip to content

Commit

Permalink
Fix path for publishing the prod aab (#1052)
Browse files Browse the repository at this point in the history
  • Loading branch information
KarinBerg authored Feb 22, 2025
1 parent 5c52cfe commit 18c4a55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ workflows:
working_directory: recipients_app

artifacts:
- recipients_app/build/**/outputs/apk/prod/**/*.apk
- recipients_app/build/**/outputs/apk/prod/**/*.aab
- recipients_app/build/**/outputs/apk/prodRelease/**/*.apk
- recipients_app/build/**/outputs/bundle/prodRelease/**/*.aab
- recipients_app/build/**/outputs/**/mapping.txt

publishing:
Expand Down

0 comments on commit 18c4a55

Please sign in to comment.