Skip to content

Commit ed81118

Browse files
committed
Fix dsym upload in workflow
1 parent bf8831a commit ed81118

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ jobs:
4646
- name: Run Fastlane Install
4747
run: |
4848
tuist install
49-
bundle exec fastlane install_plugins
50-
bundle exec upload_dsym_to_sentry
49+
bundle exec fastlane upload_dsym_to_sentry
5150
bundle exec fastlane notify_all
5251
env:
5352
FASTLANE_USER: ${{ secrets.FASTLANE_USER }}

0 commit comments

Comments
 (0)