Skip to content

Commit

Permalink
ci: fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgangso committed Apr 5, 2024
1 parent 451e643 commit adf92a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ platform :ios do
filename: "dist.mobileprovision",
)
update_project_provisioning(
xcodeproj: "./BCC Media/BCC Media.xcodeproj",
xcodeproj: "./BCC Media tvOS/BCC Media tvOS.xcodeproj",
profile: "dist.mobileprovision",
)
sh("cd .. && ./scripts/build.sh pre")
Expand Down

0 comments on commit adf92a0

Please sign in to comment.