what about here?

This commit is contained in:
Violet Caulfield
2025-02-04 00:03:49 -06:00
parent ba466c512b
commit 08d85aed59

View File

@@ -47,7 +47,7 @@ platform :ios do
)
# http://docs.fastlane.tools/actions/upload_to_testflight/#upload_to_testflight
upload_to_testflight(
api_key_path: "appstore_connect_api_key.json"
api_key_path: "fastlane/appstore_connect_api_key.json"
)
end
end