Skip to content

Commit 47765c9

Browse files
committed
fix: 경로 이슈 해결
1 parent 345eccb commit 47765c9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

fastlane/Fastfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
XCODE_PROJ = "DevLog.xcodeproj"
22
APP_IDENTIFIER = "opfic.DevLog"
33
TARGET_NAME = "DevLog"
4+
PROJECT_ROOT = File.expand_path("..", __dir__)
45

56
default_platform(:ios)
67

@@ -9,7 +10,7 @@ platform :ios do
910
require "spaceship"
1011

1112
versionNumber = options[:version]
12-
ascKeyPath = File.expand_path(ENV["ASC_KEY_PATH"], Dir.pwd)
13+
ascKeyPath = File.expand_path(ENV["ASC_KEY_PATH"], PROJECT_ROOT)
1314

1415
Spaceship::ConnectAPI.token = Spaceship::ConnectAPI::Token.create(
1516
key_id: ENV["ASC_KEY_ID"],

0 commit comments

Comments
 (0)