Skip to content

Commit

Permalink
Merge branch 'main' into fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
iDoc1 committed Dec 18, 2023
2 parents 026458d + b08de5d commit b22fea3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ios_fastlane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
name: app-store ipa & dsyms
path: |
${{ github.workspace }}/example-iOS.ipa
${{ github.workspace }}/*.app.dSYM.zip
${{ github.workspace }}/*.app.dSYM.zip
1 change: 0 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,4 @@ platform :ios do
run_precheck_before_submit: false # not supported through ASC API yet
)
end

end

0 comments on commit b22fea3

Please sign in to comment.