Skip to content

Commit f83760c

Browse files
committed
[Fix] #609 - github actions 에 적용하기 위해 경로 변경
1 parent 2d91b19 commit f83760c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ platform :ios do
3333
scheme: "WSSiOS",
3434
configuration: "Debug",
3535
export_method: "app-store",
36-
project: "WSSiOS/WSSiOS.xcodeproj"
36+
project: "WSSiOS.xcodeproj"
3737
)
3838

3939
upload_to_testflight(

0 commit comments

Comments
 (0)