Skip to content

Commit

Permalink
trying full path
Browse files Browse the repository at this point in the history
  • Loading branch information
Talhaali00 committed Mar 17, 2024
1 parent 0ff5eb1 commit 484759f
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 @@ -142,7 +142,7 @@ platform :ios do
)
update_project_provisioning(
xcodeproj: "Example/ExampleApp.xcodeproj",
profile: "~/Library/MobileDevice/Provisioning Profiles/a6ba4083-a6fd-4d4f-b2f1-4098d8234e42.mobileprovision",
profile: "/Users/runner/Library/MobileDevice/Provisioning Profiles/a6ba4083-a6fd-4d4f-b2f1-4098d8234e42.mobileprovision",
build_configuration: "Release"
)
gym(
Expand Down

0 comments on commit 484759f

Please sign in to comment.