Skip to content

Commit

Permalink
correct apk path to avoid uploading two apks
Browse files Browse the repository at this point in the history
  • Loading branch information
KarinBerg committed Jan 12, 2025
1 parent 892ef24 commit eb050e2
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 @@ -88,7 +88,7 @@ workflows:
working_directory: recipients_app

artifacts:
- recipients_app/build/**/outputs/**/*.apk
- recipients_app/build/**/outputs/apk/stage/**/*.apk
- recipients_app/build/**/outputs/**/mapping.txt

publishing:
Expand Down Expand Up @@ -180,7 +180,7 @@ workflows:
working_directory: recipients_app

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

publishing:
Expand Down

0 comments on commit eb050e2

Please sign in to comment.