We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 345eccb commit 47765c9Copy full SHA for 47765c9
1 file changed
fastlane/Fastfile
@@ -1,6 +1,7 @@
1
XCODE_PROJ = "DevLog.xcodeproj"
2
APP_IDENTIFIER = "opfic.DevLog"
3
TARGET_NAME = "DevLog"
4
+PROJECT_ROOT = File.expand_path("..", __dir__)
5
6
default_platform(:ios)
7
@@ -9,7 +10,7 @@ platform :ios do
9
10
require "spaceship"
11
12
versionNumber = options[:version]
- ascKeyPath = File.expand_path(ENV["ASC_KEY_PATH"], Dir.pwd)
13
+ ascKeyPath = File.expand_path(ENV["ASC_KEY_PATH"], PROJECT_ROOT)
14
15
Spaceship::ConnectAPI.token = Spaceship::ConnectAPI::Token.create(
16
key_id: ENV["ASC_KEY_ID"],
0 commit comments