Skip to content

Commit 84a702d

Browse files
committed
fix: github directoyr
1 parent 708da1d commit 84a702d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ios/fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ platform :ios do
134134
UI.message("📂 Current directory: #{Dir.pwd}")
135135

136136
# Ensure we are in the root directory of the Git repo
137-
sh("cd ../..")
137+
sh("cd #{ENV['GITHUB_WORKSPACE']}")
138138
sh("git config user.name 'GitHub Actions'")
139139
sh("git config user.email '[email protected]'")
140140

0 commit comments

Comments
 (0)