Skip to content

Commit

Permalink
[fix] #26 fastfile 코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeKim98 committed Jul 24, 2024
1 parent eff5eb9 commit c77630b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ platform :ios do
desc "Push a new beta build to TestFlight"
lane :beta do
# match(type: "appstore", app_identifier:["com.pokitmons.pokit"], readonly: true)
sh("make release")
Dir.chdir("../") do
sh("make release")
end
build_app(
workspace: "Pokit.xcworkspace",
scheme: "App",
Expand Down

0 comments on commit c77630b

Please sign in to comment.