-
-
Notifications
You must be signed in to change notification settings - Fork 287
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
ci: pod update Sentry #2666
ci: pod update Sentry #2666
Conversation
ci: pod update Sentry
@@ -74,7 +75,7 @@ jobs: | |||
VERSION_NAME: ${{ env.RELEASE_VERSION }} | |||
|
|||
- name: Build app | |||
run: cd ./packages/smooth_app && flutter build ios --release --no-codesign | |||
run: cd ./packages/smooth_app && pod update Sentry && flutter build ios --release --no-codesign |
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.
Probably ios/pod
instead.
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.
unsure what you mean
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 mean pod
must be run from the ios
subfolder.
Codecov Report
@@ Coverage Diff @@
## develop #2666 +/- ##
==========================================
- Coverage 8.86% 7.25% -1.61%
==========================================
Files 161 219 +58
Lines 6623 10530 +3907
==========================================
+ Hits 587 764 +177
- Misses 6036 9766 +3730
Help us with your feedback. Take ten seconds to tell us how you rate us. |
What
ci: pod update Sentry