Skip to content

Commit

Permalink
clean artifact to upload to CodeMagic build
Browse files Browse the repository at this point in the history
  • Loading branch information
KarinBerg committed Jan 12, 2025
1 parent 06d61fe commit cddbb23
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,7 @@ workflows:

artifacts:
- recipients_app/build/**/outputs/**/*.apk
- recipients_app/build/**/outputs/**/*.aab
- recipients_app/build/**/outputs/**/mapping.txt
- flutter_drive.log

publishing:
#google_play:
Expand Down Expand Up @@ -183,9 +181,7 @@ workflows:

artifacts:
- recipients_app/build/**/outputs/**/*.apk
- recipients_app/build/**/outputs/**/*.aab
- recipients_app/build/**/outputs/**/mapping.txt
- flutter_drive.log

publishing:
#google_play:
Expand Down Expand Up @@ -269,7 +265,6 @@ workflows:
artifacts:
- recipients_app/build/ios/ipa/*.ipa
- /tmp/xcodebuild_logs/*.log
- flutter_drive.log

publishing:
# Publish to Apple's Testflight via AppStore Connect
Expand Down Expand Up @@ -365,7 +360,6 @@ workflows:
artifacts:
- recipients_app/build/ios/ipa/*.ipa
- /tmp/xcodebuild_logs/*.log
- flutter_drive.log

publishing:
# Publish to Firebase App Distribution
Expand Down Expand Up @@ -458,7 +452,6 @@ workflows:
artifacts:
- recipients_app/build/ios/ipa/*.ipa
- /tmp/xcodebuild_logs/*.log
- flutter_drive.log

publishing:
# Publish to Apple's Testflight via AppStore Connect
Expand Down

0 comments on commit cddbb23

Please sign in to comment.