Skip to content

Commit 3409915

Browse files
committed
ci: Fastfile 오타 수정
1 parent 73bb5bc commit 3409915

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ platform :ios do
6464
scheme: APP_SCHEME,
6565
clean: true,
6666
output_directory: BUILD_DIR,
67-
output_name: IPA_NAME
67+
output_name: IPA_NAME,
6868
export_method: "app-store"
6969
)
7070

0 commit comments

Comments
 (0)