-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Readability revisions for #109891 #110348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Readability revisions for #109891 #110348
Conversation
| await exec('tar', <String>['-zcf', 'build/app.ipa', appPath]); | ||
| releaseSizeInBytes = await file('$cwd/build/app.ipa').length(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove .ipa extension
await exec('tar', <String>['-zcf', 'build/app.tar.gz', appPath]);
releaseSizeInBytes = await file('$cwd/build/app.tar.gz').length();
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch!
Co-authored-by: Jenn Magder <magder@google.com>
jmagman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(I shouldn't have been assigned, just kept as a reviewer).
LGTM
Reason #109891 (review)
Related
fixes #110079
Pre-launch Checklist
///).